IntegrationServices.Catalogs プロパティ

カタログを取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Catalog))> _
Public ReadOnly Property Catalogs As CatalogCollection 
    Get
'使用
Dim instance As IntegrationServices 
Dim value As CatalogCollection 

value = instance.Catalogs
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Catalog))]
public CatalogCollection Catalogs { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Catalog))]
public:
property CatalogCollection^ Catalogs {
    CatalogCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Catalog))>]
member Catalogs : CatalogCollection
function get Catalogs () : CatalogCollection

プロパティ値

型: Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
カタログ。

関連項目

参照

IntegrationServices クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間