IDesigner.Initialize Method

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

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

Syntax

'Declaration
Sub Initialize ( _
    initInfo As DesignerInit _
)
'Usage
Dim instance As IDesigner
Dim initInfo As DesignerInit

instance.Initialize(initInfo)
void Initialize(
    DesignerInit initInfo
)
void Initialize(
    DesignerInit^ initInfo
)
function Initialize(
    initInfo : DesignerInit
)
abstract Initialize : 
        initInfo:DesignerInit -> unit 

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

IDesigner Members

Microsoft.Data.Schema.DataGenerator Namespace