DTS_PACKAGE_UPGRADE_OPTIONS 结构
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
A structure used for specifying options during a package upgrade.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Structure DTS_PACKAGE_UPGRADE_OPTIONS
用法
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 支持使用结构,但不支持声明新结构。
DTS_PACKAGE_UPGRADE_OPTIONS 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Equals | (从 ValueType 继承。) | |
GetHashCode | (从 ValueType 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 ValueType 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
RegeneratePackageID | 基础结构。Specifies to regenerate the package with a new globally unique identifier. | |
UpgradeConnectionProviders | 基础结构。Specifies to update the connection string to use the new provider names. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。