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 folder collection.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(CatalogFolder))> _
Public ReadOnly Property Folders As CatalogFolderCollection
Get
'Usage
Dim instance As Catalog
Dim value As CatalogFolderCollection
value = instance.Folders
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(CatalogFolder))]
public CatalogFolderCollection Folders { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(CatalogFolder))]
public:
property CatalogFolderCollection^ Folders {
CatalogFolderCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(CatalogFolder))>]
member Folders : CatalogFolderCollection
function get Folders () : CatalogFolderCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolderCollection
The folder collection.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace