Partager via


Propriété LineNumber

Gets the line number of the location.

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

Syntaxe

'Déclaration
Public ReadOnly Property LineNumber As Integer
    Get
'Utilisation
Dim instance As Location
Dim value As Integer

value = instance.LineNumber
public int LineNumber { get; }
public:
property int LineNumber {
    int get ();
}
member LineNumber : int
function get LineNumber () : int

Valeur de propriété

Type : System. . :: . .Int32
A Int value specifying the line number.