PackageUpgradeOptions 类

Specifies the options to be applied when an Integration Services package is upgraded.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..PackageUpgradeOptions

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Class PackageUpgradeOptions
用法
Dim instance As PackageUpgradeOptions
public class PackageUpgradeOptions
public ref class PackageUpgradeOptions
type PackageUpgradeOptions =  class end
public class PackageUpgradeOptions

PackageUpgradeOptions 类型公开以下成员。

构造函数

  名称 说明
公共方法 PackageUpgradeOptions() () () () Initializes a new instance of the PackageUpgradeOptions class.
公共方法 PackageUpgradeOptions(Boolean, Boolean) Initializes a new instance of the PackageUpgradeOptions class.

页首

属性

  名称 说明
公共属性 RegeneratePackageID Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.
公共属性 UpgradeConnectionProviders Gets or sets a value that specifies whether to update the connection strings in the upgraded Integration Services package to use the current names for certain providers.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。