PackageItem Class
Contains package related information including the package and state.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | EntryPoint | Gets or sets a value that indicates whether the package is an entry point in the project. |
![]() | Package | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the package of the PackageItem object. |
![]() | State | Gets the state of the PackageItem object. |
![]() | StreamName | Gets the name of the stream for the PackageItem object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LoadPackage(IDTSEvents^) | Loads a package into the project with specified events. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

