GeneratorPositionHelper.FromIndexAndOffset(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用为索引和偏移量提供的值创建 GeneratorPosition 值。
public:
static GeneratorPosition FromIndexAndOffset(int index, int offset);
static GeneratorPosition FromIndexAndOffset(int const& index, int const& offset);
public static GeneratorPosition FromIndexAndOffset(int index, int offset);
function fromIndexAndOffset(index, offset)
Public Shared Function FromIndexAndOffset (index As Integer, offset As Integer) As GeneratorPosition
参数
- index
-
Int32
int
要创建的索引值。
- offset
-
Int32
int
要创建的偏移量值。
返回
使用所需值创建的 GeneratorPosition 结构。