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