DacUpgradeOptions クラス

Use the Microsoft.SqlServer.Management.Dac.DacUpgrade type to specify which options are taken when upgrading a DAC instance.

継承階層

  Microsoft.SqlServer.Management.Dac.DacUpgradeOptions

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class DacUpgradeOptions
'使用

Dim instance As DacUpgradeOptions
public class DacUpgradeOptions
public ref class DacUpgradeOptions
type DacUpgradeOptions =  class end
public class DacUpgradeOptions

DacUpgradeOptions 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DacUpgradeOptions Initializes a DacUpgradeOptions object with no options set.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ BlockOnChanges Gets or sets a value that indicates whether the upgrade is terminated if the database schema is different than that defined in the previous DAC.
パブリック プロパティ ConfigurationProperties Gets or sets the configuration properties to store settings corresponding to settings that fall in between application and host level artifacts.
パブリック プロパティ IgnoreDataLoss Gets or sets a value that indicates whether the upgrade will proceed even if some of the operations result in the loss of data.
パブリック プロパティ RollbackOnFailure Gets or sets a value that indicates whether the upgrade is enclosed in transactions, and will attempt a rollback if errors are encountered.
パブリック プロパティ SkipPolicyValidation Gets and sets the SkipPolicyValidation option that controls whether the upgrade evaluates the server selection policy in the DAC type used for the upgrade.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

Thread Safety

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間