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 네임스페이스