SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings 属性

获取或设置一个值,该值指示是否将所有验证错误视为警告。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property TreatVerificationErrorsAsWarnings As Boolean
    Get
    Set
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。

.NET Framework 安全性

请参见

参考

SchemaDeploymentOptions 类

Microsoft.Data.Schema.Build 命名空间