Share via


PackageItem Class

Contains package related information including the package and state.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.PackageItem

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class PackageItem
'Usage
Dim instance As PackageItem
public sealed class PackageItem
public ref class PackageItem sealed
[<SealedAttribute>]
type PackageItem =  class end
public final class PackageItem

The PackageItem type exposes the following members.

Properties

  Name Description
Public property EntryPoint Gets or sets a value that indicates whether the package is an entry point in the project.
Public property Package Infrastructure. Gets the package of the PackageItem object.
Public property State Gets the state of the PackageItem object.
Public property StreamName Gets the name of the stream for the PackageItem object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadPackage Loads a package into the project with specified events.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace