다음을 통해 공유


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