Compartir a través de


Catalog Constructores

Definición

Sobrecargas

Catalog(IntegrationServices)
Catalog(IntegrationServices, String, String)

Inicializa una nueva instancia de la clase Catalog con el objeto primario, el nombre y la contraseña especificados.

Catalog(IntegrationServices)

public:
 Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices)

Parámetros

Se aplica a

Catalog(IntegrationServices, String, String)

Inicializa una nueva instancia de la clase Catalog con el objeto primario, el nombre y la contraseña especificados.

public:
 Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::String ^ name, System::String ^ password);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, string name, string password);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * string * string -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices, name As String, password As String)

Parámetros

parent
IntegrationServices

Elemento primario del catálogo.

name
String

Nombre del catálogo.

password
String

Contraseña del catálogo.

Se aplica a