Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the data generation engine when the assigned generator is updated in order to allow derived classes to perform additional tasks.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable Sub OnUpdateAssignedGenerator ( _
parentTable As IDatabaseTable, _
targetColumn As IDatabaseColumn, _
generatorInstance As IGenerator _
)
protected virtual void OnUpdateAssignedGenerator(
IDatabaseTable parentTable,
IDatabaseColumn targetColumn,
IGenerator generatorInstance
)
protected:
virtual void OnUpdateAssignedGenerator(
IDatabaseTable^ parentTable,
IDatabaseColumn^ targetColumn,
IGenerator^ generatorInstance
)
abstract OnUpdateAssignedGenerator :
parentTable:IDatabaseTable *
targetColumn:IDatabaseColumn *
generatorInstance:IGenerator -> unit
override OnUpdateAssignedGenerator :
parentTable:IDatabaseTable *
targetColumn:IDatabaseColumn *
generatorInstance:IGenerator -> unit
protected function OnUpdateAssignedGenerator(
parentTable : IDatabaseTable,
targetColumn : IDatabaseColumn,
generatorInstance : IGenerator
)
Parameters
- parentTable
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseTable
An IDatabaseTable object that represents the table in which the targetColumn resides.
- targetColumn
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumn
An IDatabaseColumn object that represents the column for which data is being generated.
- generatorInstance
Type: Microsoft.Data.Schema.Tools.DataGenerator.IGenerator
An IGenerator object that represents the updated data generator.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.