SchemaDeploymentOptions.OnExtensionHandle Method
Called when the SetExtensionHandle method is invoked.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnExtensionHandle
protected virtual void OnExtensionHandle()
protected:
virtual void OnExtensionHandle()
abstract OnExtensionHandle : unit -> unit
override OnExtensionHandle : unit -> unit
protected function OnExtensionHandle()
Remarks
Override this method as required for a custom DatabaseSchemaProvider.
.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.