Share via


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

目录的名称。

属性值

来自目录集合的指定目录。

适用于