DtsConnectionProperties(IServerType) 생성자

정의

지정한 부모 서버를 포함하는 DtsConnectionProperties 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

parentServer
IServerType

서버의 원본을 나타내는 인터페이스입니다.

적용 대상