Generator Members

Include Protected Members
Include Inherited Members

The abstract base class for data generators.

The Generator type exposes the following members.

Constructors

  Name Description
Aa833742.protmethod(en-us,VS.90).gif Generator Initializes a new instance of the Generator class.

Top

Methods

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

Top

Properties

  Name Description
Aa833742.pubproperty(en-us,VS.90).gif Collation Gets or sets the collation, or linguistically appropriate sorting, of this column.
Aa833742.pubproperty(en-us,VS.90).gif ColumnName Gets or sets the column name.
Aa833742.pubproperty(en-us,VS.90).gif Constraints Gets the check constraint information for the column.
Aa833742.pubproperty(en-us,VS.90).gif DefaultLocaleId Gets or sets the locale ID.
Aa833742.pubproperty(en-us,VS.90).gif DefaultValue Gets or sets the default value of the column.
Aa833742.pubproperty(en-us,VS.90).gif MaxLength Gets or sets the maximum length for this column.
Aa833742.pubproperty(en-us,VS.90).gif Nullable Gets or sets a value that indicates whether this column can be set to NULL.
Aa833742.pubproperty(en-us,VS.90).gif OutputKey Gets or sets the key that is used to retrieve output values.
Aa833742.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.
Aa833742.pubproperty(en-us,VS.90).gif Precision Gets or sets the precision of the data.
Aa833742.pubproperty(en-us,VS.90).gif RowsToInsert Gets or sets the number of rows to generate.
Aa833742.pubproperty(en-us,VS.90).gif Scale Gets or sets the scale of the data.
Aa833742.pubproperty(en-us,VS.90).gif SchemaName Gets or sets the name of the schema to which the column belongs.
Aa833742.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.
Aa833742.pubproperty(en-us,VS.90).gif TableName Gets or sets the name of the table to which the column belongs.
Aa833742.pubproperty(en-us,VS.90).gif TargetType Gets or sets the SQL data type of the column.
Aa833742.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.

Top

See Also

Reference

Generator Class

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace