Distribution.OnValidateInputs Method
Validates that all the required input properties for the distribution have been set when they are overridden in a derived class.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable Sub OnValidateInputs
protected virtual void OnValidateInputs()
protected:
virtual void OnValidateInputs()
abstract OnValidateInputs : unit -> unit
override OnValidateInputs : unit -> unit
protected function OnValidateInputs()
Remarks
The values that this method sets are the additional input properties that the user of the distribution enters in the Properties window. Not all distributions have additional properties. For example, the Normal distribution has a Deviation property, but the Exponential distribution has no additional properties.
The ValidateInputs method calls this method. You must override OnValidateInputs if you want to override the ValidateInputs 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.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace
OnValidateInputs