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

一個能指示伺服器來源的介面。

適用於