AdomdCommand.ExecuteReader メソッド (CommandBehavior)
指定した System.Data.CommandBehavior 列挙値を使用して AdomdCommand を実行し、AdomdDataReader を返します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function ExecuteReader ( _
behavior As CommandBehavior _
) As AdomdDataReader
'使用
Dim instance As AdomdCommand
Dim behavior As CommandBehavior
Dim returnValue As AdomdDataReader
returnValue = instance.ExecuteReader(behavior)
public AdomdDataReader ExecuteReader(
CommandBehavior behavior
)
public:
AdomdDataReader^ ExecuteReader(
CommandBehavior behavior
)
member ExecuteReader :
behavior:CommandBehavior -> AdomdDataReader
public function ExecuteReader(
behavior : CommandBehavior
) : AdomdDataReader
パラメーター
- behavior
型: System.Data.CommandBehavior
コマンドの実行中または実行後に AdomdCommand の動作を示す System.Data.CommandBehavior 列挙値です。
戻り値
型: Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
データ リーダーです。
説明
値 CommandBehavior.KeyInfo および CommandBehavior.SingleResult はサポートされず、無視されます。