IntegrationServices.Catalogs 属性

Gets the 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
The catalogs.

请参阅

参考

IntegrationServices 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间