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.
Gets or sets the designer styles of the data generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property DesignerStyles As GeneratorDesignerStyles
public GeneratorDesignerStyles DesignerStyles { get; set; }
public:
property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
void set (GeneratorDesignerStyles value);
}
member DesignerStyles : GeneratorDesignerStyles with get, set
function get DesignerStyles () : GeneratorDesignerStyles
function set DesignerStyles (value : GeneratorDesignerStyles)
Property Value
Type: Microsoft.Data.Schema.Tools.DataGenerator.GeneratorDesignerStyles
A member of the GeneratorDesignerStyles enumeration.
.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