EnvironmentReferenceCollection.Item[String, String] Propriedade
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.
Obtém a referência de ambiente da coleção de referência de ambiente com base no nome e no nome de pasta de ambiente especificados.
public:
property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ default[System::String ^, System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ get(System::String ^ name, System::String ^ environmentFolderName); };
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference this[string name, string environmentFolderName] { get; }
member this.Item(string * string) : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
Default Public ReadOnly Property Item(name As String, environmentFolderName As String) As EnvironmentReference
Parâmetros
- name
- String
O nome da referência de ambiente.
- environmentFolderName
- String
O nome da pasta de ambiente.
Valor da propriedade
A referência de ambiente especificada da coleção de referências de ambiente.