AdomdDataReader.NextResult 메서드
This member is reserved for future use.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.
구현
주의
Advances the AdomdDataReader to the next result, when reading the results of batch statements.