Distribution Members

Include Protected Members
Include Inherited Members

The abstract base class for distributions.

The Distribution type exposes the following members.

Constructors

  Name Description
Protected method Distribution Initializes a new instance of the Distribution class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetRangeValue Returns a value that is between 0 and 1 and that represents a point on the distribution curve.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes an instance of a Distribution class.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnGetRangeValue Returns a value that is between 0 and 1 and that represents a point on the distribution curve when overridden in a derived class.
Protected method OnInitialize Initializes a distribution when it is overridden in a derived class.
Protected method OnSetInputValues Implements user-defined behaviors to be executed when the input values for a distribution are set.
Protected method OnValidateInputs Validates that all the required input properties for the distribution have been set when overridden in a derived class.
Public method SetExtensionHandle Sets an extension handle.
Public method SetInputValues Sets input values for a distribution.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method ValidateInputs Validates that all the required input properties for the distribution have been set.

Top

Properties

  Name Description
Public property ExtensionHandle Gets an extension handle.

Top

See Also

Reference

Distribution Class

Microsoft.Data.Schema.DataGenerator Namespace