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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the package of the PackageItem object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property Package As Package
Get
Set
'Usage
Dim instance As PackageItem
Dim value As Package
value = instance.Package
instance.Package = value
public Package Package { get; set; }
public:
property Package^ Package {
Package^ get ();
void set (Package^ value);
}
member Package : Package with get, set
function get Package () : Package
function set Package (value : Package)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Package
The package of the PackageItem object.