SqlConnectionProperties 생성자

정의

SqlConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

오버로드

SqlConnectionProperties()

기본 속성 값을 사용하여 SqlConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

SqlConnectionProperties(IServerType)

지정한 부모 서버 매개 변수를 사용하여 SqlConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

SqlConnectionProperties()

기본 속성 값을 사용하여 SqlConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

public:
 SqlConnectionProperties();
public SqlConnectionProperties ();
Public Sub New ()

적용 대상

SqlConnectionProperties(IServerType)

지정한 부모 서버 매개 변수를 사용하여 SqlConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

public:
 SqlConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public SqlConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlConnectionProperties
Public Sub New (parentServer As IServerType)

매개 변수

parentServer
IServerType

컨트롤의 인스턴스를 만드는 데 사용되는 서버입니다.

적용 대상