BatchStartingLine Propiedad
Gets the starting line of the batch in the editor.
Espacio de nombres: Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado: Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintaxis
'Declaración
Public ReadOnly Property BatchStartingLine As Integer
Get
'Uso
Dim instance As ServerMessageEventArgs
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value specifying the line number of the starting line of the batch.