IGenerator.GetOutputValue Method
Retrieves an output value.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetOutputValue As Object
'Usage
Dim instance As IGenerator
Dim returnValue As Object
returnValue = instance.GetOutputValue()
Object GetOutputValue()
Object^ GetOutputValue()
function GetOutputValue() : Object
abstract GetOutputValue : unit -> Object
Return Value
Type: System.Object
A Object that contains a generated value.
Remarks
The Generator class retrieves the output value by using a key.
.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.