Share via


SchemaDeploymentConstructor.ConstructServiceImplementation Method

Called by Visual Studio to obtain a SchemaDeployment object.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeployment
The initialized schema deployment engine.

Exceptions

Exception Condition
ArgumentNullException

The Errors property is nulla null reference (Nothing in Visual Basic).

Remarks

This method calls the OnConstructDeployment method.

.NET Framework Security

See Also

Reference

SchemaDeploymentConstructor Class

Microsoft.Data.Schema.Build Namespace

SchemaDeployment