Share via


Token.EndLocation Property

Gets the end location of the token.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property EndLocation As Location
    Get
'Usage
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

Property Value

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