Метод BusinessLogicCommand.ExecuteReader (CommandBehavior)
Executes the CommandText against the Connection, and returns an IDataReader using one of the 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
Параметры
- behavior
Тип: System.Data.CommandBehavior
The behavior.
Возвращаемое значение
Тип: System.Data.IDataReader
A data reader.
Реализует
IDbCommand.ExecuteReader(CommandBehavior)
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport