プランの検証でエラーが生成された場合に配置操作を続行するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property TreatVerificationErrorsAsWarnings As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.TreatVerificationErrorsAsWarnings
instance.TreatVerificationErrorsAsWarnings = value
public bool TreatVerificationErrorsAsWarnings { get; set; }
public:
property bool TreatVerificationErrorsAsWarnings {
bool get ();
void set (bool value);
}
member TreatVerificationErrorsAsWarnings : bool with get, set
function get TreatVerificationErrorsAsWarnings () : boolean
function set TreatVerificationErrorsAsWarnings (value : boolean)
プロパティ値
型: System.Boolean
プランの検証時にエラーが生成されたとき操作を続行する場合は true、それ以外の場合は false。既定値は false です。