Share via


Generator.OnGetOutputValue Method

Retrieves the current set of results that consists of one or more values.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnGetOutputValue As Object
'Usage
Dim returnValue As Object

returnValue = Me.OnGetOutputValue()
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
protected function OnGetOutputValue() : Object
abstract OnGetOutputValue : unit -> Object 
override OnGetOutputValue : unit -> Object 

Return Value

Type: System.Object
A Object that contains the generated output value that is based on the selected output property.

Remarks

The GetOutputValue method calls this method. You should override OnGetOutputValue if you want to override the GetOutputValue functionality.

.NET Framework Security

See Also

Reference

Generator Class

Generator Members

Microsoft.Data.Schema.DataGenerator Namespace