Share via


GeneratorStylesAttribute.DesignerStyles Property

Gets or sets the designer styles of the data generator.

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

Syntax

'Declaration
Public Property DesignerStyles As GeneratorDesignerStyles
'Usage
Dim instance As GeneratorStylesAttribute 
Dim value As GeneratorDesignerStyles 

value = instance.DesignerStyles

instance.DesignerStyles = value
public GeneratorDesignerStyles DesignerStyles { get; set; }
public:
property GeneratorDesignerStyles DesignerStyles {
    GeneratorDesignerStyles get ();
    void set (GeneratorDesignerStyles value);
}
public function get DesignerStyles () : GeneratorDesignerStyles 
public function set DesignerStyles (value : GeneratorDesignerStyles)

Property Value

Type: Microsoft.Data.Schema.DataGenerator.GeneratorDesignerStyles
One of the GeneratorDesignerStyles values.

Remarks

FilterOnCoercibleOutputs is the default value.

.NET Framework Security

See Also

Reference

GeneratorStylesAttribute Class

GeneratorStylesAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace