IGenerator.GenerateNextValues 方法

在类中实现时,根据数据生成器算法生成下一个值。

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

语法

声明
Sub GenerateNextValues
void GenerateNextValues()
void GenerateNextValues()
abstract GenerateNextValues : unit -> unit 
function GenerateNextValues()

备注

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

.NET Framework 安全性

请参见

参考

IGenerator 接口

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

GetOutputValues()