GeneratorInit Members

Contains the information that is used to initialize an instance of a data generator class.

The following tables list the members exposed by the GeneratorInit type.

Public Constructors

  Name Description
Public constructor GeneratorInit Initializes a new instance of the GeneratorInit class that has the specified connection information. 

Top

Public Properties

  Name Description
Public property TableScopedGenerationContext Gets shared instancing information for the data generator and SQL table combination. 
Public property TargetConnection Gets the target connection for the data generator. 

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Tasks

How to: Create Custom Data Generators

Reference

GeneratorInit Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Generator Class
IGenerator
GeneratorAttribute Class