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.