Partager via


Generator.OnGetOutputValue, méthode

Récupère le jeu de résultats actuel qui se compose d'une ou de plusieurs valeurs.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
Protected Overridable Function OnGetOutputValue As Object
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
abstract OnGetOutputValue : unit -> Object 
override OnGetOutputValue : unit -> Object 
protected function OnGetOutputValue() : Object

Valeur de retour

Type : System.Object
Valeur de sortie générée basée sur la propriété de sortie sélectionnée.

Notes

La méthode GetOutputValue appelle cette méthode. Pour modifier les fonctionnalités de GetOutputValue, vous devez substituer OnGetOutputValue.

Sécurité .NET Framework

Voir aussi

Référence

Generator Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

GetOutputValue