Image Members

Include Protected Members
Include Inherited Members

A sealed data generator class that generates images.

The Image type exposes the following members.

Constructors

  Name Description
Aa980697.pubmethod(en-us,VS.90).gif Image Initializes a new instance of the Image class.

Top

Methods

  Name Description
Aa980697.pubmethod(en-us,VS.90).gif Dispose Overloaded.
Aa980697.pubmethod(en-us,VS.90).gif Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Aa980697.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.)
Aa980697.pubmethod(en-us,VS.90).gif GenerateNextValues Generates the next value according to the data generation algorithm. (Inherited from Generator.)
Aa980697.pubmethod(en-us,VS.90).gif GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Aa980697.pubmethod(en-us,VS.90).gif GetOutputValue Retrieves an output value by using the OutputKey. (Inherited from Generator.)
Aa980697.pubmethod(en-us,VS.90).gif GetType Gets the Type of the current instance. (Inherited from Object.)
Aa980697.pubmethod(en-us,VS.90).gif Initialize Initializes the data generator. (Inherited from Generator.)
Aa980697.protmethod(en-us,VS.90).gif MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Aa980697.protmethod(en-us,VS.90).gif OnGenerateNextValues Generates the next value according to the data generation algorithm. (Inherited from Generator.)
Aa980697.protmethod(en-us,VS.90).gif OnGetOutputValue Retrieves the current set of results that consists of one or more values. (Inherited from Generator.)
Aa980697.protmethod(en-us,VS.90).gif OnInitialize Initializes the generator. (Inherited from Generator.)
Aa980697.protmethod(en-us,VS.90).gif OnSetInputValues Sets the input values for a data generator. (Inherited from Generator.)
Aa980697.protmethod(en-us,VS.90).gif OnValidateInputs Validates that all the required inputs on the data generator have been set. (Inherited from Generator.)
Aa980697.pubmethod(en-us,VS.90).gif SetInputValues Sets the input values for a data generator. (Inherited from Generator.)
Aa980697.pubmethod(en-us,VS.90).gif ToString Returns a String that represents the current Object. (Inherited from Object.)
Aa980697.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
Aa980697.pubproperty(en-us,VS.90).gif Collation Gets or sets the collation, or linguistically appropriate sorting, of this column. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif ColumnName Gets or sets the column name. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif Constraints Gets the check constraint information for the column. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif DefaultLocaleId Gets or sets the locale ID. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif DefaultValue Gets or sets the default value of the column. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif Height Gets or sets the height of the image in pixels.
Aa980697.pubproperty(en-us,VS.90).gif MaxLength Gets or sets the maximum length for this column. (Inherited from Generator.)
Aa980697.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.)
Aa980697.pubproperty(en-us,VS.90).gif OutputKey Gets or sets the key that is used to retrieve output values. (Inherited from Generator.)
Aa980697.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.)
Aa980697.pubproperty(en-us,VS.90).gif Precision Gets or sets the precision of the data. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif Result Gets the generated output image.
Aa980697.pubproperty(en-us,VS.90).gif RowsToInsert Gets or sets the number of rows to generate. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif Scale Gets or sets the scale of the data. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif SchemaName Gets or sets the name of the schema to which the column belongs. (Inherited from Generator.)
Aa980697.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.)
Aa980697.pubproperty(en-us,VS.90).gif TableName Gets or sets the name of the table to which the column belongs. (Inherited from Generator.)
Aa980697.pubproperty(en-us,VS.90).gif TargetType Gets or sets the SQL data type of the column. (Inherited from Generator.)
Aa980697.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.)
Aa980697.pubproperty(en-us,VS.90).gif Width Gets or sets the width of the image in pixels.

Top

See Also

Reference

Image Class

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace