IGenerator.GenerateNextValues Method
Generates the next value according to the data generator algorithm.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub GenerateNextValues
'Usage
Dim instance As IGenerator
instance.GenerateNextValues()
void GenerateNextValues()
void GenerateNextValues()
function GenerateNextValues()
Remarks
The resulting value is stored internally and should be retrieved using GetOutputValues.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.