Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using VB.Net in VS 2017. I am trying to write a program to find all the MSSQL data servers on the network. I found this example: Enumerate SQL Server Instances in C#, Using ODBC

It uses
SQLInfoEnumerator


Where is it? I cannot find it.

Has it been replaced?

What I have tried:

Searched the web for VB.Net &
SQLInfoEnumerator
in VS 2017.
Posted
Updated 27-Mar-20 7:27am

1 solution

Down the left hand side of that Article's page you will see "Browse Code" underneath "Article" and before "View Stats". Click on that link to see all of the code and downloads associated with the article - SQLInfoEnumerator.cs is one of them.

Alternatively click on the "Download Source" link in the body of the article
 
Share this answer
 
v2
Comments
Kevin Brady 27-Mar-20 14:07pm    
Thank you
CHill60 28-Mar-20 9:33am    
My pleasure
Maciej Los 27-Mar-20 15:13pm    
5ed!
CHill60 28-Mar-20 9:33am    
Thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900