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.