Catalog Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Catalog(IntegrationServices) | |
| Catalog(IntegrationServices, String, String) |
Inicializa uma nova instância da classe Catalog com o pai, o nome e a senha 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
- parent
- IntegrationServices
Aplica-se a
Catalog(IntegrationServices, String, String)
Inicializa uma nova instância da classe Catalog com o pai, o nome e a senha 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
O pai do catálogo.
- name
- String
O nome do catálogo.
- password
- String
A senha do catálogo.