ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataNamesFetcher Class : GetServerNames Method |
'Declaration Public Shared Function GetServerNames( _ ByVal sqlContext As BaseSQLContext _ ) As System.Collections.Generic.IList(Of String)
'Usage Dim sqlContext As BaseSQLContext Dim value As System.Collections.Generic.IList(Of String) value = MetadataNamesFetcher.GetServerNames(sqlContext)
public static System.Collections.Generic.IList<string> GetServerNames( BaseSQLContext sqlContext )
public: static System.Collections.Generic.IList<string*>* GetServerNames( BaseSQLContext* sqlContext )