Token.EndLocation 속성

Gets the end location of the token.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Parser.Location
The Location object that contains the end location of the token.

참고 항목

참조

Token 클래스

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