다음을 통해 공유


ResultInfo.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 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

속성 값

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

구현

IResultInfo.BatchStartingLine

참고 항목

참조

ResultInfo 클래스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스