Compartilhar via


Propriedade do RDL BatchStartingLine

Gets the starting line of the batch.

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (em Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxe

'Declaração
ReadOnly Property BatchStartingLine As Integer
    Get
'Uso
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

Valor da propriedade

Tipo: 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.