Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Name | Description | |
---|---|---|
![]() |
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
Top
Explicit Interface Implementations
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