Метод 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.