GeneratorAttribute Constructor

Initializes a new instance of the GeneratorAttribute class with the specified designer type.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    designerType As Type _
)
'Usage
Dim designerType As Type

Dim instance As New GeneratorAttribute(designerType)
public GeneratorAttribute(
    Type designerType
)
public:
GeneratorAttribute(
    Type^ designerType
)
public function GeneratorAttribute(
    designerType : Type
)
new : 
        designerType:Type -> GeneratorAttribute

Parameters

Remarks

You can create a custom designer for a custom data generator, or you can use DefaultGeneratorDesigner.

.NET Framework Security

See Also

Reference

GeneratorAttribute Class

GeneratorAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace