SchemaDeploymentConstructor.OnConstructDeployment Method

Creates a schema deployment object.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnConstructDeployment As SchemaDeployment
protected virtual SchemaDeployment OnConstructDeployment()
protected:
virtual SchemaDeployment^ OnConstructDeployment()
abstract OnConstructDeployment : unit -> SchemaDeployment 
override OnConstructDeployment : unit -> SchemaDeployment 
protected function OnConstructDeployment() : SchemaDeployment

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeployment
A new schema deployment object.

Remarks

Override this method to add functionality for a specific DatabaseSchemaProvider.

.NET Framework Security

See Also

Reference

SchemaDeploymentConstructor Class

Microsoft.Data.Schema.Build Namespace

SchemaDeployment