Clase CatalogFolderCollection
En este artículo
Represents the collection for catalog folders.
Jerarquía de herencia
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
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class CatalogFolderCollection _
Inherits SfcCollatedDictionaryCollection(Of CatalogFolder, CatalogFolder.Key, Catalog)
'Uso
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>
El tipo CatalogFolderCollection expone los siguientes miembros.
Propiedades
Ascending
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Count
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Initialized
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IsReadOnly
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IsSynchronized
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Item[String]
Gets the catalog folder from the catalog folder collection based upon the specified name.
Item[K]
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Parent
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
SyncRoot
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Arriba
Métodos
Add
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Clear
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Contains(String)
Returns a value that indicates whether the catalog folder collection contains the specified name.
Contains(T)
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Contains(T)
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
CopyTo(Array, Int32)
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
CopyTo(array<T[], Int32)
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Equals
(Se hereda de Object .)
GetEnumerator
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
GetHashCode
(Se hereda de Object .)
GetType
(Se hereda de Object .)
Refresh()
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Refresh(Boolean)
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Remove
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
RemoveInternal
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Rename
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ToString
(Se hereda de Object .)
TryGetValue
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Arriba
Implementaciones de interfaces explícitas
ISfcCollection.Add
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.AddShadow
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IComparer<K>.Compare
(Se hereda de SfcCollatedDictionaryCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IListSource.ContainsListCollection
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Count
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.EnsureInitialized
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.FinishMerge
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetCollectionElementNameImpl
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetElementFactory
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IEnumerable.GetEnumerator
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetExisting
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
IListSource.GetList
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.GetObjectByKey
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Initialized
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Parent
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.PrepareMerge
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Remove
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.RemoveElement
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
ISfcCollection.Rename
(Se hereda de SfcCollection <CatalogFolder , CatalogFolder.Key , Catalog >.)
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices