Compartir a través de


EnvironmentVariableCollection.Item[String] Propiedad

Definición

Obtiene la variable de entorno de la colección de variables de entorno basándose en el nombre especificado.

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

Parámetros

name
String

Nombre de la variable de entorno.

Valor de propiedad

La variable de entorno especificada de la colección de variables de entorno.

Se aplica a