Project.PackageItems Property
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.
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.