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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。