Свойство BatchStartingLine

Gets the starting line of the batch.

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
ReadOnly Property BatchStartingLine As Integer
    Get
'Применение
Dim instance As IResultInfo
Dim value As Integer

value = instance.BatchStartingLine
int BatchStartingLine { get; }
property int BatchStartingLine {
    int get ();
}
abstract BatchStartingLine : int
function get BatchStartingLine () : int

Значение свойства

Тип: System. . :: . .Int32
An Int32 value specifying the first line number of the batch to be executed in the editor, or 0 if the text did not come from the editor.