次の方法で共有


SqlDeploymentOptions.UnmodifiableObjectWarnings プロパティ

プランの検証でエラーが生成された場合に配置操作を続行するかどうかを指定するブール値を取得または設定します。

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

構文

'宣言
Public ReadOnly Property UnmodifiableObjectWarnings As Boolean 
    Get
'使用
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.UnmodifiableObjectWarnings
public bool UnmodifiableObjectWarnings { get; }
public:
property bool UnmodifiableObjectWarnings {
    bool get ();
}
member UnmodifiableObjectWarnings : bool
function get UnmodifiableObjectWarnings () : boolean

プロパティ値

型: System.Boolean
プランの検証時にエラーが生成されたとき操作を続行する場合は true、それ以外の場合は false。既定値は true です。

関連項目

参照

SqlDeploymentOptions クラス

Microsoft.SqlServer.Dac.Deployment 名前空間