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

カタログの名前です。

プロパティ値

カタログ コレクションの指定したカタログ。

適用対象