PackageItem Class
SQL Server 2012
Contains package related information including the package and state.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The PackageItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntryPoint | Gets or sets a value that indicates whether the package is an entry point in the project. |
![]() | Package | Infrastructure. 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 | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | LoadPackage | Loads a package into the project with specified events. |
![]() | ToString | (Inherited from Object.) |
