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

환경 폴더의 이름입니다.

속성 값

환경 참조 컬렉션의 지정한 환경 참조입니다.

적용 대상