EnvironmentCollection.Item Propiedad (String)
Gets the environment from the environment 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 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 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.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
The specified environment from the environment collection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices