Share via


SchemaCompareScriptService.CreateSchemaDeployment Method

When overridden in a derived class, returns a SchemaDeployment object.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

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

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeployment
The current schema deployment object.

.NET Framework Security

See Also

Reference

SchemaCompareScriptService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

SchemaDeployment