SourceInfo.End Property

Gets the line and column number of the end location in the source file in which an exception was thrown.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property End As Location
    Get
'Usage
Dim instance As SourceInfo
Dim value As Location

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

Property Value

Type: Microsoft.SqlServer.Management.Dac.Location
A Location value containing the line and column numbers of the exception end location.

See Also

Reference

SourceInfo Class

Microsoft.SqlServer.Management.Dac Namespace