Share via


Numeric<T> Members

Include Protected Members
Include Inherited Members

An abstract base class from which all the data generators for numeric values are derived. This class is not intended to be inherited from directly. Implementation details for this class are all internal. Only the interfaces are public.

The Numeric<T> type exposes the following members.

Methods

  Name Description
Aa980722.pubmethod(en-us,VS.90).gif Dispose Overloaded.
Aa980722.pubmethod(en-us,VS.90).gif Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Aa980722.protmethod(en-us,VS.90).gif 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.)
Aa980722.pubmethod(en-us,VS.90).gif GenerateNextValues Generates the next value according to the data generation algorithm. (Inherited from Generator.)
Aa980722.pubmethod(en-us,VS.90).gif GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Aa980722.pubmethod(en-us,VS.90).gif GetOutputValue Retrieves an output value by using the OutputKey. (Inherited from Generator.)
Aa980722.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa980722.pubmethod(en-us,VS.90).gif Initialize Initializes the data generator. (Inherited from Generator.)
Aa980722.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa980722.protmethod(en-us,VS.90).gif OnGenerateNextValues Generates the next value according to the data generation algorithm. (Inherited from Generator.)
Aa980722.protmethod(en-us,VS.90).gif OnGetOutputValue Retrieves the current set of results that consists of one or more values. (Inherited from Generator.)
Aa980722.protmethod(en-us,VS.90).gif OnInitialize Initializes the data generator. (Overrides Generator.OnInitialize(GeneratorInit).)
Aa980722.protmethod(en-us,VS.90).gif OnSetInputValues Sets the input values for a data generator. (Inherited from Generator.)
Aa980722.protmethod(en-us,VS.90).gif OnValidateInputs Validates whether all the required inputs on a generator have been set. (Overrides Generator.OnValidateInputs().)
Aa980722.pubmethod(en-us,VS.90).gif SetInputValues Sets the input values for a data generator. (Inherited from Generator.)
Aa980722.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)
Aa980722.pubmethod(en-us,VS.90).gif ValidateInputs Validates that all the required inputs on the data generator have been set. (Inherited from Generator.)

Top

Properties

  Name Description
Aa980722.pubproperty(en-us,VS.90).gif Collation Gets or sets the collation, or linguistically appropriate sorting, of this column. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif ColumnName Gets or sets the column name. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Constraints Gets the check constraint information for the column. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif DefaultLocaleId Gets or sets the locale ID. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif DefaultValue Gets or sets the default value of the column. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Distribution Gets or sets the distribution that is associated with a data generator for numeric values.
Aa980722.pubproperty(en-us,VS.90).gif Max Gets or sets the maximum value that the data generator for numeric values can produce.
Aa980722.pubproperty(en-us,VS.90).gif MaxLength Gets or sets the maximum length for this column. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Min Gets or sets the minimum value that the data generator for numeric values can produce.
Aa980722.pubproperty(en-us,VS.90).gif Nullable Gets or sets a value that indicates whether this column can be set to NULL. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif OutputKey Gets or sets the key that is used to retrieve output values. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif PercentageNull Gets or sets the percentage of the generated values for this column that should be nulla null reference (Nothing in Visual Basic). The percentage is expressed as an integer between 0 and 100. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Precision Gets or sets the precision of the data. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif RowsToInsert Gets or sets the number of rows to generate. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Scale Gets or sets the scale of the data. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif SchemaName Gets or sets the name of the schema to which the column belongs. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Seed Gets or sets the seed. You can use the seed to initialize a deterministic random data generation algorithm. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Step Gets or sets the step value that the data generator for numeric values uses when it produces unique values.
Aa980722.pubproperty(en-us,VS.90).gif TableName Gets or sets the name of the table to which the column belongs. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif TargetType Gets or sets the SQL data type of the column. (Inherited from Generator.)
Aa980722.pubproperty(en-us,VS.90).gif Unique Gets or sets a value that indicates whether the column that is being generated is part of a unique constraint or primary key constraint. (Inherited from Generator.)
Aa980722.protproperty(en-us,VS.90).gif Zero Gets or sets the generic zero value of the data generator for numeric values.

Top

See Also

Reference

Numeric<T> Class

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace