ValidationResult.IsWarning プロパティ
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。. 検証で警告が発生したかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property IsWarning As Boolean
Get
'使用
Dim instance As ValidationResult
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
検証で警告が発生した場合は True、それ以外の場合は false です。