NextResult 메서드

This member is reserved for future use.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

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

주의

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