다음을 통해 공유


ExecuteReader 메서드 (CommandBehavior)

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport.dll의 Microsoft.SqlServer.Replication.BusinessLogicSupport

구문

‘선언
Public Function ExecuteReader ( _
    behavior As CommandBehavior _
) As IDataReader
‘사용 방법
Dim instance As BusinessLogicCommand
Dim behavior As CommandBehavior
Dim returnValue As IDataReader

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

매개 변수

구현

IDbCommand. . :: . .ExecuteReader(CommandBehavior)