다음을 통해 공유


NextResult 메서드

This member is reserved for future use.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Function NextResult As Boolean
‘사용 방법
Dim instance As AdomdDataReader
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
Always false.

구현

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

예외

예외 조건
[NotSupportedException]

The method is called. For more information about this exception, see NotSupportedException Class

주의

Advances the AdomdDataReader to the next result, when reading the results of batch statements.