CatalogCollection.Item[String] 속성

정의

지정한 이름을 기준으로 카탈로그 컬렉션에서 카탈로그를 가져옵니다.

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

매개 변수

name
String

카탈로그의 이름입니다.

속성 값

카탈로그 컬렉션의 지정한 카탈로그입니다.

적용 대상