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
- 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.
See Also
Reference
SchemaDeploymentConstructor Class