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.