次の方法で共有


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

パラメーター

説明

値 CommandBehavior.KeyInfo および CommandBehavior.SingleResult はサポートされず、無視されます。