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

環境変数の名前。

プロパティ値

環境変数コレクションに含まれる指定した環境変数。

適用対象