'Declaration Public Shared Function GetDataSources( _ ByVal providerName As String _ ) As DataTable
public static DataTable GetDataSources( string providerName )
Parameters
- providerName
- The data provider specifying the DBMS for which servers to search.
Return Value
DataTable containing information about all known servers for the provider specified.