EnvironmentCollection.Item[String] プロパティ

定義

指定した名前に基づいて、環境コレクションから環境を取得します。

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

パラメーター

name
String

環境の名前。

プロパティ値

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

適用対象