Compartir a través de


Start Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property Start As Location
    Get
'Uso
Dim instance As SourceInfo
Dim value As Location

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

Valor de la propiedad

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