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。