AdomdDataReader.Enumerator.Reset 方法
This method is not supported on the forward-only AdomdDataReader.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Overridable Sub Reset
'用途
Dim instance As AdomdDataReader.Enumerator
instance.Reset()
public virtual void Reset()
public:
virtual void Reset()
abstract Reset : unit -> unit
override Reset : unit -> unit
public function Reset()
實作
例外狀況
例外狀況 | 條件 |
---|---|
[NotSupportedException] | The method is not supported. For more information about this exception, see NotSupportedException Class. |