Partager via


Propriété Catalog.Folders

Gets the folder collection.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(CatalogFolder))> _
Public ReadOnly Property Folders As CatalogFolderCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolderCollection
The folder collection.

Voir aussi

Référence

Catalog Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices