Condividi tramite


Catalog Costruttori

Definizione

Overload

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

Inizializza una nuova istanza della classe Catalog con la password, il nome e l'elemento padre specificati.

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)

Parametri

Si applica a

Catalog(IntegrationServices, String, String)

Inizializza una nuova istanza della classe Catalog con la password, il nome e l'elemento padre specificati.

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)

Parametri

parent
IntegrationServices

Elemento padre del catalogo.

name
String

Nome del catalogo.

password
String

Password del catalogo.

Si applica a