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
- initInfo
Type: Microsoft.Data.Schema.DataGenerator.DesignerInit
A DesignerInit that contains the type of distribution
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
- 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.