共用方式為


AdomdCommand.ExecuteReader 方法 (CommandBehavior)

使用指定的 CommandBehavior 列舉值,執行 AdomdCommand,並傳回 AdomdDataReader

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Function ExecuteReader ( _
    As CommandBehavior _
) As AdomdDataReader
'用途
Dim instance As AdomdCommand 
DimAs CommandBehavior 
Dim returnValue As AdomdDataReader 

returnValue = instance.ExecuteReader()
public AdomdDataReader ExecuteReader(
    CommandBehavior
)
public:
virtual AdomdDataReader^ ExecuteReader(
    CommandBehavior
) sealed
abstract ExecuteReader : 
        :CommandBehavior -> AdomdDataReader  
override ExecuteReader : 
        :CommandBehavior -> AdomdDataReader
public final function ExecuteReader(
     : CommandBehavior
) : AdomdDataReader

參數

  • 型別:CommandBehavior
    CommandBehavior 列舉值,指出在執行命令期間或之後的 AdomdCommand 行為。

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
資料讀取器。

備註

不支援 CommandBehavior.KeyInfo 和 CommandBehavior.SingleResult 且會忽略這些值。 如需有關 CommandBehavior 的詳細資訊,請參閱<System.Data.CommandBehavior>。

請參閱

參考

AdomdCommand 類別

ExecuteReader 多載

Microsoft.AnalysisServices.AdomdServer 命名空間