PackageCollection Class
In this article
Represents a collection of package.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class PackageCollection _
Inherits SfcCollatedDictionaryCollection(Of PackageInfo, PackageInfo.Key, ProjectInfo)
'Usage
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>
The PackageCollection type exposes the following members.
Properties
Ascending
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Count
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Initialized
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IsReadOnly
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IsSynchronized
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Item[String]
Gets the PackageInfo with the specified name.
Item[K]
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Parent
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
SyncRoot
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Top
Methods
Add
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Contains(String)
Determines whether the package contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Refresh(Boolean)
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
RemoveInternal
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Rename
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Count
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
IListSource.GetList
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Parent
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Remove
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
ISfcCollection.Rename
(Inherited from SfcCollection <PackageInfo , PackageInfo.Key , ProjectInfo >.)
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