PackageItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PackageItem contains package related information including package, state, etc.
public ref class PackageItem sealed
public sealed class PackageItem
type PackageItem = class
Public NotInheritable Class PackageItem
- Inheritance
-
PackageItem
Properties
EntryPoint |
Gets or sets a value that indicates whether the package is an entry point in the project. |
Package |
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. |
Methods
LoadPackage(IDTSEvents) |
Loads a package into the project with specified events. |