次の方法で共有


BusinessLogicCommand.ExecuteReader メソッド

Executes the CommandText against the Connection, and returns an IDataReader.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Function ExecuteReader As IDataReader
'使用
Dim instance As BusinessLogicCommand 
Dim returnValue As IDataReader 

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

戻り値

型: System.Data.IDataReader
A data reader.

実装

IDbCommand.ExecuteReader()

関連項目

参照

BusinessLogicCommand クラス

ExecuteReader オーバーロード

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間