ServerConnection Constructor
Initializes a new instance of the ServerConnection class.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Überladungsliste
Name | Description |
---|---|
ServerConnection () |
Initializes a new instance of the ServerConnection class.
|
ServerConnection (SqlConnection) |
Initializes a new instance of the ServerConnection class with the specified connection parameters.
|
ServerConnection (SqlConnectionInfo) |
Initializes a new instance of the ServerConnection class with the specified connection information.
|
ServerConnection (String) |
Initializes a new instance of the ServerConnection class with the specified server instance.
|
ServerConnection (String, String, SecureString) |
Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.
|
ServerConnection (String, String, String) |
Initializes a new instance of the ServerConnection class with the specified server instance and logon credentials.
|
Siehe auch
Verweis
ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace
Andere Ressourcen
How to: Connect to the Local Instance of SQL Server by Using Windows Authentication in Visual Basic .NET
Connecting to an Instance of SQL Server