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 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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolderCollection
The folder collection.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace