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

環境的名稱。

屬性值

EnvironmentInfo

環境集合中指定的環境。

適用於