Distribution.ValidateInputs Method
Validates that all the required input properties for the distribution have been set.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub ValidateInputs
public void ValidateInputs()
public:
virtual void ValidateInputs() sealed
abstract ValidateInputs : unit -> unit
override ValidateInputs : unit -> unit
public final function ValidateInputs()
Implements
IDistribution.ValidateInputs()
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 the OnValidateInputs() method. In order to add functionality to this method, you must override the OnValidateInputs() method.
.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()