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.