BatchStartingLine 属性
Gets the starting line of the batch in the editor.
命名空间: Microsoft.SqlServer.Management.MultiServerConnection
程序集: Microsoft.SqlServer.Management.MultiServerConnection(在 Microsoft.SqlServer.Management.MultiServerConnection.dll 中)
语法
声明
Public ReadOnly Property BatchStartingLine As Integer
Get
用法
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
属性值
类型:System. . :: . .Int32
An Int32 value specifying the line number of the starting line of the batch.