Partager via


Propriété BatchStartingLine

Gets the starting line of the batch in the editor.

Espace de noms :  Microsoft.SqlServer.Management.MultiServerConnection
Assembly :  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BatchStartingLine As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
An Int32 that value specifies the line number of the starting line of the batch.

Implémente

IResultInfo. . :: . .BatchStartingLine