Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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