IsWarning 属性

Gets a value that specifies whether the error is an exception, or if it is just a warning.

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

语法

声明
Public ReadOnly Property IsWarning As Boolean
    Get
用法
Dim instance As TSqlCompilationError
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 error is a warning. If true, the error is just a warning. If false, the error is an exception.