Classe PackageCollection
Neste artigo
Represents a collection of package.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >
Microsoft.SqlServer.Management.IntegrationServices.PackageCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class PackageCollection _
Inherits SfcCollatedDictionaryCollection(Of PackageInfo, PackageInfo.Key, ProjectInfo)
'Uso
Dim instance As PackageCollection
public sealed class PackageCollection : SfcCollatedDictionaryCollection<PackageInfo, PackageInfo.Key, ProjectInfo>
public ref class PackageCollection sealed : public SfcCollatedDictionaryCollection<PackageInfo^, PackageInfo.Key^, ProjectInfo^>
[<SealedAttribute>]
type PackageCollection =
class
inherit SfcCollatedDictionaryCollection<PackageInfo, PackageInfo.Key, ProjectInfo>
end
public final class PackageCollection extends SfcCollatedDictionaryCollection<PackageInfo, PackageInfo.Key, ProjectInfo>
O tipo PackageCollection expõe os membros a seguir.
Propriedades
Ascending
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Count
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Initialized
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IsReadOnly
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IsSynchronized
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Item[String]
Gets the PackageInfo with the specified name.
Item[K]
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Parent
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
SyncRoot
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Início
Métodos
Add
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Clear
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Contains(String)
Determines whether the package contains the specified name.
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Contains(T)
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
CopyTo(Array, Int32)
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
CopyTo(array<T[], Int32)
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Equals
(Herdado de Object .)
GetEnumerator
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
GetHashCode
(Herdado de Object .)
GetType
(Herdado de Object .)
Refresh()
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Refresh(Boolean)
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Remove
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
RemoveInternal
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Rename
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ToString
(Herdado de Object .)
TryGetValue
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Início
Implementações de interfaces explícitas
ISfcCollection.Add
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.AddShadow
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IComparer<K>.Compare
(Herdado de SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IListSource.ContainsListCollection
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Count
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.EnsureInitialized
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.FinishMerge
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetElementFactory
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IEnumerable.GetEnumerator
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetExisting
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IListSource.GetList
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetObjectByKey
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Initialized
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Parent
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.PrepareMerge
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Remove
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.RemoveElement
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Rename
(Herdado de SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
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