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.