DtsConnectionProperties(IServerType) Constructor

Definición

Inicializa una nueva instancia de la clase DtsConnectionProperties para el servidor primario especificado.

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)

Parámetros

parentServer
IServerType

Interfaz que indica el origen del servidor.

Se aplica a