Generator.GenerateNextValues 方法

根据数据生成算法生成下一个值。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public Sub GenerateNextValues
public void GenerateNextValues()
public:
virtual void GenerateNextValues() sealed
abstract GenerateNextValues : unit -> unit 
override GenerateNextValues : unit -> unit 
public final function GenerateNextValues()

实现

IGenerator.GenerateNextValues()

备注

生成的值将在内部进行存储,并可使用 GetOutputValues() 对其进行检索。

此方法调用 OnGenerateNextValues。 若要修改 GenerateNextValues 方法的功能,必须重写 OnGenerateNextValues 方法。

.NET Framework 安全性

请参见

参考

Generator 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

GetOutputValues()

OnGenerateNextValues