Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an UpgradePackageInfo object for a package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Package As UpgradePackageInfo
Get
'Usage
Dim instance As PackageUpgradeResult
Dim value As UpgradePackageInfo
value = instance.Package
public UpgradePackageInfo Package { get; }
public:
property UpgradePackageInfo^ Package {
UpgradePackageInfo^ get ();
}
member Package : UpgradePackageInfo
function get Package () : UpgradePackageInfo
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.UpgradePackageInfo
An UpgradePackageInfo object.