ExecuteReader 方法 (CommandBehavior)

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
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)