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.