Struttura DTS_PACKAGE_UPGRADE_OPTIONS
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
A structure used for specifying options during a package upgrade.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Structure DTS_PACKAGE_UPGRADE_OPTIONS
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo DTS_PACKAGE_UPGRADE_OPTIONS sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da ValueType. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
RegeneratePackageID | Infrastruttura. Specifies to regenerate the package with a new globally unique identifier. | |
UpgradeConnectionProviders | Infrastruttura. Specifies to update the connection string to use the new provider names. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.