Поделиться через


Метод NextResult

Moves to the next result in the trace.

Пространство имен:  Microsoft.SqlServer.Management.Trace
Сборка:  Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)

Синтаксис

'Декларация
Public Function NextResult As Boolean
'Применение
Dim instance As TraceReader
Dim returnValue As Boolean

returnValue = instance.NextResult()
public bool NextResult()
public:
virtual bool NextResult() sealed
abstract NextResult : unit -> bool 
override NextResult : unit -> bool 
public final function NextResult() : boolean

Возвращаемое значение

Тип: System. . :: . .Boolean
A Boolean value that specifies whether the next result exists.
If True, the next result exists.
If False, the next result does not exist and the method failed.

Реализует

IDataReader. . :: . .NextResult() () () ()

Примеры

Readme_Tracer