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.
實作
範例
請參閱
參考
Microsoft.SqlServer.Management.Trace 命名空間