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
パラメーター
- behavior
型: System.Data. . :: . .CommandBehavior