共用方式為


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 命名空間