Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.