PackageItem Class

Definition

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.

Applies to