Distribution.OnValidateInputs Method
Validates that all the required input properties for the distribution have been set when overridden in a derived class.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnValidateInputs
'Usage
Me.OnValidateInputs()
protected virtual void OnValidateInputs()
protected:
virtual void OnValidateInputs()
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 should 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.