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 | |
---|---|---|
PackageUpgradeOptions() () () () | Initializes a new instance of the PackageUpgradeOptions class. | |
PackageUpgradeOptions(Boolean, Boolean) | Initializes a new instance of the PackageUpgradeOptions class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. | |
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 | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.