TSqlCompilationError.Start Property
Gets the start location of the error in the source file.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Start As Location
Get
'Usage
Dim instance As TSqlCompilationError
Dim value As Location
value = instance.Start
public Location Start { get; }
public:
property Location Start {
Location get ();
}
member Start : Location
function get Start () : Location
Property Value
Type: Microsoft.SqlServer.Management.Dac.Location
A Location object containing the line and column numbers of the error location.