Свойство BatchStartingLine

Gets the starting line of the batch in the editor.

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

Синтаксис

'Декларация
Public ReadOnly Property BatchStartingLine As Integer
    Get
'Применение
Dim instance As ServerMessageEventArgs
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

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

Тип: System. . :: . .Int32
An Int32 value specifying the line number of the starting line of the batch.

Реализует

IResultInfo. . :: . .BatchStartingLine