Propriedade do RDL EnvironmentCollection.Item (String)
Gets the environment from the environment 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 EnvironmentInfo
Get
'Uso
Dim instance As EnvironmentCollection
Dim name As String
Dim value As EnvironmentInfo
value = instance(name)
public EnvironmentInfo this[
string name
] { get; }
public:
property EnvironmentInfo^ default[String^ name] {
EnvironmentInfo^ get (String^ name);
}
member Item : EnvironmentInfo
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.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
The specified environment from the environment collection.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices