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

环境的名称。

属性值

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

适用于