IDistribution.ValidateInputs Method
Validates that all the required input properties for the distribution have been set.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub ValidateInputs
'Usage
Dim instance As IDistribution
instance.ValidateInputs()
void ValidateInputs()
void ValidateInputs()
function ValidateInputs()
abstract ValidateInputs : unit -> unit
Remarks
The values that this method sets are the additional input properties that the user of the distribution specifies 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.
.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.