SchemaDeployment.OnInitializeConstructor Method (DataSchemaModelHeader, DatabaseSchemaProvider, DataSchemaModelConstructor)
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnInitializeConstructor ( _
header As DataSchemaModelHeader, _
dsp As DatabaseSchemaProvider, _
constructor As DataSchemaModelConstructor _
)
protected virtual void OnInitializeConstructor(
DataSchemaModelHeader header,
DatabaseSchemaProvider dsp,
DataSchemaModelConstructor constructor
)
protected:
virtual void OnInitializeConstructor(
DataSchemaModelHeader^ header,
DatabaseSchemaProvider^ dsp,
DataSchemaModelConstructor^ constructor
)
abstract OnInitializeConstructor :
header:DataSchemaModelHeader *
dsp:DatabaseSchemaProvider *
constructor:DataSchemaModelConstructor -> unit
override OnInitializeConstructor :
header:DataSchemaModelHeader *
dsp:DatabaseSchemaProvider *
constructor:DataSchemaModelConstructor -> unit
protected function OnInitializeConstructor(
header : DataSchemaModelHeader,
dsp : DatabaseSchemaProvider,
constructor : DataSchemaModelConstructor
)
Parameters
- constructor
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelConstructor
.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.