Partager via


Propriété Start

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Start As Location
    Get
'Utilisation
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

Valeur de propriété

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