Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the environment from the environment collection based upon the specified name.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As EnvironmentInfo
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
The name of the environment.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
The specified environment from the environment collection.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices