Compartir a través de


End Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property End As Location
    Get
'Uso
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

Valor de la propiedad

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