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 | |
---|---|---|
GeneratorInit | Initializes a new instance of the GeneratorInit class that has the specified connection information. |
Top
Public Properties
Name | Description | |
---|---|---|
TableScopedGenerationContext | Gets shared instancing information for the data generator and SQL table combination. | |
TargetConnection | Gets the target connection for the data generator. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
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