Catalog.Folders 属性

Gets the folder collection.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(CatalogFolder))> _
Public ReadOnly Property Folders As CatalogFolderCollection 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.CatalogFolderCollection
The folder collection.

请参阅

参考

Catalog 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间