IsWarning プロパティ
エラーが例外か、または単なる警告かを指定する値を取得します。
名前空間: 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
エラーが警告かどうかを指定する Boolean 値です。エラーが単なる警告の場合は true、エラーが例外の場合は false です。