IGeneratorDesigner Interface
Defines the contract for data generator designers.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeneratorDesigner _
Inherits IDesigner
'Usage
Dim instance As IGeneratorDesigner
[CLSCompliantAttribute(true)]
public interface IGeneratorDesigner : IDesigner
[CLSCompliantAttribute(true)]
public interface class IGeneratorDesigner : IDesigner
public interface IGeneratorDesigner extends IDesigner
Remarks
One instance of the designer exists for each column that the data generation plan includes. Implement this interface to create a custom designer for data generators. This interface is part of the base extensibility types for data generators. For more information, see An Overview of Data Generator Extensibility.
See Also
Reference
Microsoft.Data.Schema.DataGenerator Namespace