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 the styles of the data generator designer.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DesignerStyles As GeneratorDesignerStyles
public virtual GeneratorDesignerStyles DesignerStyles { get; }
public:
virtual property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
}
abstract DesignerStyles : GeneratorDesignerStyles
override DesignerStyles : GeneratorDesignerStyles
function get DesignerStyles () : GeneratorDesignerStyles
Property Value
Type: Microsoft.Data.Schema.Tools.DataGenerator.GeneratorDesignerStyles
The styles of the data generator designers.
Implements
IGeneratorDesigner.DesignerStyles
.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
DefaultGeneratorDesigner Class