Share via


Region.EndLocation Property

Gets the end location for the region block.

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

Syntax

'Declaration
Public ReadOnly Property EndLocation As Location
    Get
'Usage
Dim instance As Region
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
A Location object that represents the end location.

See Also

Reference