EnvironmentVariableCollection.Item[String] 属性

定义

基于指定的名称从环境变量集合获取环境变量。

public:
 property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ default[System::String ^] { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentVariable ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable
Default Public ReadOnly Property Item(name As String) As EnvironmentVariable

参数

name
String

环境变量的名称。

属性值

来自环境变量集合的指定环境变量。

适用于