CatalogFolderCollection Class
In this article
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
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
Add
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Contains(String)
Returns a value that indicates whether the catalog folder collection contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Refresh(Boolean)
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
RemoveInternal
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Rename
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Count
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IListSource.GetList
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Parent
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Remove
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Rename
(Inherited from SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
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