EnvironmentInfo(CatalogFolder, String, String) Construtor
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.
Inicializa uma nova instância da classe EnvironmentInfo com o pai, o nome e a descrição especificados.
public:
EnvironmentInfo(Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ parent, System::String ^ name, System::String ^ description);
public EnvironmentInfo (Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder * string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Public Sub New (parent As CatalogFolder, name As String, description As String)
Parâmetros
- parent
- CatalogFolder
O pai.
- name
- String
O nome do ambiente.
- description
- String
A descrição do ambiente.