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
- 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.
See Also
Reference
GeneratorStylesAttribute Class