Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
The catalogs.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace