Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of the package items for the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property PackageItems As PackageItems
Get
'Usage
Dim instance As Project
Dim value As PackageItems
value = instance.PackageItems
public PackageItems PackageItems { get; }
public:
property PackageItems^ PackageItems {
PackageItems^ get ();
}
member PackageItems : PackageItems
function get PackageItems () : PackageItems
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.PackageItems
The collection of the package items.