Share via


EnvironmentReferenceCollection.Item[String, String] 属性

定义

基于指定的名称和环境文件夹名称从环境引用集合获取环境引用。

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

参数

name
String

环境引用的名称。

environmentFolderName
String

环境文件夹的名称。

属性值

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

适用于