DatabaseTaskHost.PostInitDataSchemaModel Method
Called after the schema manager has been created, and enables database schema provider implementations to update any model options.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub PostInitDataSchemaModel
protected virtual void PostInitDataSchemaModel()
protected:
virtual void PostInitDataSchemaModel()
abstract PostInitDataSchemaModel : unit -> unit
override PostInitDataSchemaModel : unit -> unit
protected function PostInitDataSchemaModel()
.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.