Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection for catalog folders.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>
Microsoft.SqlServer.Management.IntegrationServices.CatalogFolderCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogFolderCollection _
Inherits SfcCollatedDictionaryCollection(Of CatalogFolder, CatalogFolder.Key, Catalog)
'Usage
Dim instance As CatalogFolderCollection
public sealed class CatalogFolderCollection : SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>
public ref class CatalogFolderCollection sealed : public SfcCollatedDictionaryCollection<CatalogFolder^, CatalogFolder.Key^, Catalog^>
[<SealedAttribute>]
type CatalogFolderCollection =
class
inherit SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>
end
public final class CatalogFolderCollection extends SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>
The CatalogFolderCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Ascending | (Inherited from SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
Count | (Inherited from SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
Initialized | (Inherited from SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
IsSynchronized | (Inherited from SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
Item[String] | Gets the catalog folder from the catalog folder collection based upon the specified name. |
![]() |
Item[K] | (Inherited from SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
Parent | (Inherited from SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
![]() |
SyncRoot | (Inherited from SfcCollection<CatalogFolder, CatalogFolder.Key, Catalog>.) |
Top
Methods
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace