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

참고 항목

참조

IResultInfo 인터페이스

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