根据给定的参数创建序列,可以自定义序列长度和步长。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool CreateSequence( string sequenceName, long startValue, long maxValue, int incrementValue ) |
参数
- sequenceName
- Type: System..::.String
指定的待创建序列的名称。
- startValue
- Type: System..::.Int64
指定的序列的起始值。
- maxValue
- Type: System..::.Int64
指定的序列的终止值。指定为 -1,表示采用 Int64 类型的最大值作为终止值。
- incrementValue
- Type: System..::.Int32
指定的增长步长。