Share via


IDistribution.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
Sub ValidateInputs
void ValidateInputs()
void ValidateInputs()
abstract ValidateInputs : unit -> unit 
function ValidateInputs()

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

See Also

Reference

IDistribution Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace