Error.Type 속성

Gets the ErrorType that indicates whether the error is a syntax, parsing, or binding error.

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

구문

‘선언
Public ReadOnly Property Type As ErrorType 
    Get
‘사용 방법
Dim instance As Error 
Dim value As ErrorType 

value = instance.Type
public ErrorType Type { get; }
public:
property ErrorType Type {
    ErrorType get ();
}
member Type : ErrorType
function get Type () : ErrorType

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Parser.ErrorType
The ErrorType of the error.

참고 항목

참조

Error 클래스

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