Classe CatalogCollection
Neste artigo
Represents the collection for catalogs.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <Catalog , Catalog.Key , IntegrationServices >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >
Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class CatalogCollection _
Inherits SfcCollatedDictionaryCollection(Of Catalog, Catalog.Key, IntegrationServices)
'Uso
Dim instance As CatalogCollection
public sealed class CatalogCollection : SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
public ref class CatalogCollection sealed : public SfcCollatedDictionaryCollection<Catalog^, Catalog.Key^, IntegrationServices^>
[<SealedAttribute>]
type CatalogCollection =
class
inherit SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
end
public final class CatalogCollection extends SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
O tipo CatalogCollection expõe os membros a seguir.
Construtores
Início
Propriedades
Ascending
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Count
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Initialized
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IsReadOnly
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
IsSynchronized
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Item[String]
Gets the catalog from the catalog collection based upon the specified name.
Item[K]
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Parent
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
SyncRoot
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Início
Métodos
Add
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Clear
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(String)
Gets or sets a value that indicates whether the catalog collection contains the specified name.
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(Array, Int32)
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(array<T[], Int32)
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Equals
(Herdado de Object .)
GetEnumerator
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
GetHashCode
(Herdado de Object .)
GetType
(Herdado de Object .)
Refresh()
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Refresh(Boolean)
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Remove
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
RemoveInternal
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Rename
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ToString
(Herdado de Object .)
TryGetValue
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Início
Implementações de interfaces explícitas
ISfcCollection.Add
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.AddShadow
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IComparer<K>.Compare
(Herdado de SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.ContainsListCollection
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Count
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.EnsureInitialized
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.FinishMerge
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetCollectionElementNameImpl
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetElementFactory
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IEnumerable.GetEnumerator
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetExisting
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.GetList
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetObjectByKey
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Initialized
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Parent
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.PrepareMerge
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Remove
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.RemoveElement
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Rename
(Herdado de SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices