PackageItems Class
Contains a collection of PackageItem objects.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| 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(Package^, String^) | Add a PackageItem object to the PackageItems collection with specified stream name and package. |
![]() | Equals(Object^) | (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(String^) | Reports the index of the occurrence of the specified string in this instance. |
![]() | Insert(Int32, Package^, String^) | Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package. |
![]() | Remove(String^) | Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed. |
![]() | RemoveAt(Int32) | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



