Freigeben über


PackageUpgradeOptions-Klasse

Specifies the options to be applied when an Integration Services package is upgraded.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..PackageUpgradeOptions

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

Syntax

'Declaration
Public Class PackageUpgradeOptions
'Usage
Dim instance As PackageUpgradeOptions
public class PackageUpgradeOptions
public ref class PackageUpgradeOptions
type PackageUpgradeOptions =  class end
public class PackageUpgradeOptions

Der PackageUpgradeOptions-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PackageUpgradeOptions() () () () Initializes a new instance of the PackageUpgradeOptions class.
Öffentliche Methode PackageUpgradeOptions(Boolean, Boolean) Initializes a new instance of the PackageUpgradeOptions class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft RegeneratePackageID Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.
Öffentliche Eigenschaft UpgradeConnectionProviders Gets or sets a value that specifies whether to update the connection strings in the upgraded Integration Services package to use the current names for certain providers.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.