Condividi tramite


Proprietà End

Gets the end location of the error in the source file.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property End As Location
    Get
'Utilizzo
Dim instance As TSqlCompilationError
Dim value As Location

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Dac. . :: . .Location
A Location object containing the line and column numbers of the error location.