Location.LineNumber Property
Gets the line number of the location.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property LineNumber As Integer
Get
'Usage
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
Property Value
Type: System.Int32
A Int value specifying the line number.