Propriedade do RDL EnvironmentVariableCollection.Item (String)
Gets the environment variable from the environment variable collection based upon the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the environment variable.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
The specified environment variable from the environment variable collection.
Consulte também
Referência
EnvironmentVariableCollection Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices