DtsConnectionProperties(IServerType) Constructor

Definition

Initializes a new instance of the DtsConnectionProperties class with the specified parent server.

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)

Parameters

parentServer
IServerType

An interface that indicates the source of the server.

Applies to