Share via


IDesigner.Initialize Method

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

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

Syntax

'Declaration
Sub Initialize ( _
    initInfo As DesignerInit _
)
void Initialize(
    DesignerInit initInfo
)
void Initialize(
    DesignerInit^ initInfo
)
abstract Initialize : 
        initInfo:DesignerInit -> unit 
function Initialize(
    initInfo : DesignerInit
)

Parameters

Remarks

The data generator engine calls this method at design time.

You must call this method before you call any other method on the designer (other than the constructor).

.NET Framework Security

See Also

Reference

IDesigner Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

DesignerInit