C# Class AnfiniL.SqlServerTools.Impl.ServerConnector

Inheritance: IServerConnector
Afficher le fichier Open project: ren85/free-sql-server-profiler

Méthodes publiques

Méthode Description
GetServerList ( ) : string[]
TestConnection ( string serverName, string &error ) : bool
TestConnection ( string serverName, string userName, string password, string &error ) : bool
TestRawConnection ( string rawConnectionString, string &error ) : bool

Private Methods

Méthode Description
TestServerConnection ( ServerConnection sc, string &error ) : bool

Method Details

GetServerList() public méthode

public GetServerList ( ) : string[]
Résultat string[]

TestConnection() public méthode

public TestConnection ( string serverName, string &error ) : bool
serverName string
error string
Résultat bool

TestConnection() public méthode

public TestConnection ( string serverName, string userName, string password, string &error ) : bool
serverName string
userName string
password string
error string
Résultat bool

TestRawConnection() public méthode

public TestRawConnection ( string rawConnectionString, string &error ) : bool
rawConnectionString string
error string
Résultat bool