IGeneratorDesigner.DesignerStyles Property
Gets the designer styles of a data generator.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property DesignerStyles As GeneratorDesignerStyles
'Usage
Dim instance As IGeneratorDesigner
Dim value As GeneratorDesignerStyles
value = instance.DesignerStyles
GeneratorDesignerStyles DesignerStyles { get; }
property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
}
function get DesignerStyles () : GeneratorDesignerStyles
Property Value
Type: Microsoft.Data.Schema.DataGenerator.GeneratorDesignerStyles
One of the GeneratorDesignerStyles 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.