共用方式為


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 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

屬性值

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

實作

IResultInfo. . :: . .BatchStartingLine