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
Remarks
This method calls OnGetOutputValue. To change the functionality of the GetOutputValue, you must override the OnGetOutputValue method.
.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.