다음을 통해 공유


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

참고 항목

참조

TraceReader 클래스

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한