EnvironmentVariableCollection.Item Propiedad (String)
Gets the environment variable from the environment variable collection based upon the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As EnvironmentVariable
Get
'Uso
Dim instance As EnvironmentVariableCollection
Dim name As String
Dim value As EnvironmentVariable
value = instance(name)
public EnvironmentVariable this[
string name
] { get; }
public:
property EnvironmentVariable^ default[String^ name] {
EnvironmentVariable^ get (String^ name);
}
member Item : EnvironmentVariable
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
The name of the environment variable.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
The specified environment variable from the environment variable collection.
Vea también
Referencia
EnvironmentVariableCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices