点击或拖拽改变大小

DbTransInfo 类

X#
Helper class to store information needed for the global transfer of data items from one work area to another.
继承层次
Object
  DbTransInfo

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS DbTransInfo
查看代码

DbTransInfo 类型公开以下成员。

构造函数
  名称说明
公共方法DbTransInfo
Construct a DbTransInfo object.
Top
属性
  名称说明
公共属性ItemCount
Number of items in the Items array.
Top
字段
  名称说明
公共字段Destination
The destination work area.
公共字段Flags
Transfer attributes specified using one or more of the constants Match or PutRec.
公共字段Items
An array of DbTransItem structures defining the items to transfer to the destination work area. This is usually a list of column mappings from the source to the destination.
公共字段Scope
A DbScopeInfo object describing the limits of the scope of the transfer.
公共字段Source
The source work area.
Top
参见