Compartir a través de


BatchStartingLine Propiedad

Gets the starting line of the batch.

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
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 de la propiedad

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.