NextResult 메서드

Moves to the next result in the trace.

네임스페이스:  Microsoft.SqlServer.Management.Trace
어셈블리:  Microsoft.SqlServer.ConnectionInfoExtended.dll의 Microsoft.SqlServer.ConnectionInfoExtended

구문

‘선언
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