Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an output value by using the OutputKey.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetOutputValue As Object
'Usage
Dim instance As Generator
Dim returnValue As Object
returnValue = instance.GetOutputValue()
public Object GetOutputValue()
public:
virtual Object^ GetOutputValue() sealed
public final function GetOutputValue() : Object
Return Value
Type: System.Object
A Object that contains a generated value.
Implements
Remarks
This method calls OnGetOutputValue. You should override OnGetOutputValue if you want to override the GetOutputValue functionality.
.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.