Estrutura DTS_PACKAGE_UPGRADE_OPTIONS
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
A structure used for specifying options during a package upgrade.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Structure DTS_PACKAGE_UPGRADE_OPTIONS
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTS_PACKAGE_UPGRADE_OPTIONS expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
RegeneratePackageID | Infraestrutura. Specifies to regenerate the package with a new globally unique identifier. | |
UpgradeConnectionProviders | Infraestrutura. Specifies to update the connection string to use the new provider names. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.