DefaultGeneratorDesigner.Initialize Method

Initializes the designer with the type of data generator to which it corresponds.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Sub Initialize ( _
    initInfo As DesignerInit _
)
'Usage
Dim instance As DefaultGeneratorDesigner 
Dim initInfo As DesignerInit

instance.Initialize(initInfo)
public virtual void Initialize(
    DesignerInit initInfo
)
public:
virtual void Initialize(
    DesignerInit^ initInfo
)
public function Initialize(
    initInfo : DesignerInit
)

Parameters

Implements

IDesigner.Initialize(DesignerInit)

Remarks

This method must be called before any other method on the designer (other than the constructor).

.NET Framework Security

See Also

Reference

DefaultGeneratorDesigner Class

DefaultGeneratorDesigner Members

Microsoft.Data.Schema.DataGenerator Namespace