Compartir a través de


EnvironmentCollection.Item[String] Propiedad

Definición

Obtiene el entorno de la colección de entornos basándose en el nombre 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

El nombre del entorno.

Valor de propiedad

El entorno especificado de la colección de entornos.

Se aplica a