다음을 통해 공유


Error.End 속성

Gets the end location of the Transact-SQL text that is causing the error.

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

구문

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

value = instance.End
public Location End { get; }
public:
property Location End {
    Location get ();
}
member End : Location
function get End () : Location

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Parser.Location
A [Microsoft.SqlServer.Management.SqlParser.Parser.Location] structure representing the line and column of the end of the error.

참고 항목

참조

Error 클래스

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