Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the options to be applied when an Integration Services package is upgraded.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageUpgradeOptions
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Class PackageUpgradeOptions
'Usage
Dim instance As PackageUpgradeOptions
public class PackageUpgradeOptions
public ref class PackageUpgradeOptions
type PackageUpgradeOptions = class end
public class PackageUpgradeOptions
The PackageUpgradeOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PackageUpgradeOptions() | Initializes a new instance of the PackageUpgradeOptions class. |
![]() |
PackageUpgradeOptions(Boolean, Boolean) | Initializes a new instance of the PackageUpgradeOptions class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.