Share via


ServerConnection Constructor

Initializes a new instance of the ServerConnection class.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

오버로드 목록

이름 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.

참고 항목

참조

ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace

관련 자료

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