IsWarning 属性

Gets the Boolean value that specifies whether the compilation error is a warning or not.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property IsWarning As Boolean
    Get
用法
Dim instance As DacCompilationError
Dim value As Boolean

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

属性值

类型:System. . :: . .Boolean
A Boolean value that specifies whether the compilation error is a warning. If True, the error is a warning.