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
- initInfo
Type: Microsoft.Data.Schema.Tools.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.