다음을 통해 공유


Error.IsWarning 속성

Gets a value that indicates whether the parsing error is a warning.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public ReadOnly Property IsWarning As Boolean 
    Get
‘사용 방법
Dim instance As Error 
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 which is true if the parsing error is a warning; otherwise false.

참고 항목

참조

Error 클래스

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스