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.