Project.PackageItems Property

Definition

Gets the collection of the package items for the project.

public:
 property Microsoft::SqlServer::Dts::Runtime::PackageItems ^ PackageItems { Microsoft::SqlServer::Dts::Runtime::PackageItems ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.PackageItems PackageItems { get; }
member this.PackageItems : Microsoft.SqlServer.Dts.Runtime.PackageItems
Public ReadOnly Property PackageItems As PackageItems

Property Value

The collection of the package items.

Applies to