Share via


Generator.GetOutputValue Method

Retrieves an output value by using the OutputKey.

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

Syntax

'Declaration
Public Function GetOutputValue As Object
public Object GetOutputValue()
public:
virtual Object^ GetOutputValue() sealed
abstract GetOutputValue : unit -> Object 
override GetOutputValue : unit -> Object 
public final function GetOutputValue() : Object

Return Value

Type: System.Object
A generated value.

Implements

IGenerator.GetOutputValue()

Remarks

This method calls OnGetOutputValue. To change the functionality of the GetOutputValue, you must override the OnGetOutputValue method.

.NET Framework Security

See Also

Reference

Generator Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

OutputKey

OnGetOutputValue