DTS_PACKAGE_UPGRADE_OPTIONS-Struktur
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
A structure used for specifying options during a package upgrade.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Structure DTS_PACKAGE_UPGRADE_OPTIONS
'Usage
Dim instance As DTS_PACKAGE_UPGRADE_OPTIONS
public struct DTS_PACKAGE_UPGRADE_OPTIONS
public value class DTS_PACKAGE_UPGRADE_OPTIONS
[<SealedAttribute>]
type DTS_PACKAGE_UPGRADE_OPTIONS = struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Der DTS_PACKAGE_UPGRADE_OPTIONS-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von ValueType.) | |
GetHashCode | (Geerbt von ValueType.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von ValueType.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
RegeneratePackageID | Infrastruktur Specifies to regenerate the package with a new globally unique identifier. | |
UpgradeConnectionProviders | Infrastruktur Specifies to update the connection string to use the new provider names. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.