Share via


ResultInfo.BatchStartingLine Property

Gets the starting line of the batch in the editor.

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntax

'Declaration
Public ReadOnly Property BatchStartingLine As Integer
    Get
'Usage
Dim instance As ResultInfo
Dim value As Integer

value = instance.BatchStartingLine
public int BatchStartingLine { get; }
public:
virtual property int BatchStartingLine {
    int get () sealed;
}
abstract BatchStartingLine : int
override BatchStartingLine : int
final function get BatchStartingLine () : int

Property Value

Type: System.Int32
An Int32 that value specifies the line number of the starting line of the batch.

Implements

IResultInfo.BatchStartingLine