Share via


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

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace

ExtensionHandle