IGeneratorDesigner.DesignerStyles Property
When implemented in a class, gets the designer styles of a data generator.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
ReadOnly Property DesignerStyles As GeneratorDesignerStyles
GeneratorDesignerStyles DesignerStyles { get; }
property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
}
abstract DesignerStyles : GeneratorDesignerStyles
function get DesignerStyles () : GeneratorDesignerStyles
Property Value
Type: Microsoft.Data.Schema.Tools.DataGenerator.GeneratorDesignerStyles
One of the GeneratorDesignerStyles enumeration values.
.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.