Active Query Builder 2 .NET Edition reference
GetServerNames Method



Determines the current database connection and SQL syntax.
Gets list of server names available within the current connection.
Syntax
'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
) 

Parameters

sqlContext
Determines the current database connection and SQL syntax.
See Also

Reference

MetadataNamesFetcher Class
MetadataNamesFetcher Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback