Freigeben über


IDTSPackage100.PackageUpgradeOptions-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the package upgrade options.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property PackageUpgradeOptions As DTS_PACKAGE_UPGRADE_OPTIONS 
    Get 
    Set
'Usage
Dim instance As IDTSPackage100 
Dim value As DTS_PACKAGE_UPGRADE_OPTIONS 

value = instance.PackageUpgradeOptions

instance.PackageUpgradeOptions = value
DTS_PACKAGE_UPGRADE_OPTIONS PackageUpgradeOptions { get; set; }
property DTS_PACKAGE_UPGRADE_OPTIONS PackageUpgradeOptions {
    DTS_PACKAGE_UPGRADE_OPTIONS get ();
    void set (DTS_PACKAGE_UPGRADE_OPTIONS value);
}
abstract PackageUpgradeOptions : DTS_PACKAGE_UPGRADE_OPTIONS with get, set
function get PackageUpgradeOptions () : DTS_PACKAGE_UPGRADE_OPTIONS 
function set PackageUpgradeOptions (value : DTS_PACKAGE_UPGRADE_OPTIONS)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS
The package upgrade options.

Hinweise

This interface is implemented by the Package and PackageNeutral interfaces.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace