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 | |
---|---|---|
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. |
Top
Methods
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.) |
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.