Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the catalogs.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(Catalog))> _
Public ReadOnly Property Catalogs As CatalogCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
The catalogs.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace