PackageItems Class
SQL Server 2012
Contains a collection of PackageItem objects.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The PackageItems type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of PackageItem contained in the PackageItems collection. |
![]() | Item[Int32] | Returns a PackageItem object from the PackageItems collection with specified index. |
![]() | Item[String] | Returns a PackageItem object from the PackageItems collection with specified stream name. |
| Name | Description | |
|---|---|---|
![]() | Add | Add a PackageItem object to the PackageItems collection with specified stream name and package. |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Returns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | Reports the index of the occurrence of the specified string in this instance. |
![]() | Insert | Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package. |
![]() | Remove | Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed. |
![]() | RemoveAt | Removes a PackageItem object from the PackageItems collection with specified index. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator | Retrieves an enumerator that can be used to iterate through the current collection. |
