Compartilhar via


EnvironmentCollection.Item[String] Propriedade

Definição

Obtém o ambiente da coleção de ambientes com base no nome especificado.

public:
 property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentInfo ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentInfo ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Default Public ReadOnly Property Item(name As String) As EnvironmentInfo

Parâmetros

name
String

O nome do ambiente.

Valor da propriedade

O ambiente especificado na coleção de ambientes.

Aplica-se a