DeploymentConstructor.ConstructServiceImplementation Method

Initializes a deployment using class properties.

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

Syntax

'Declaration
Protected Overrides Function ConstructServiceImplementation As Deployment
'Usage
Dim returnValue As Deployment

returnValue = Me.ConstructServiceImplementation()
protected override Deployment ConstructServiceImplementation()
protected:
virtual Deployment^ ConstructServiceImplementation() override
protected override function ConstructServiceImplementation() : Deployment
abstract ConstructServiceImplementation : unit -> Deployment 
override ConstructServiceImplementation : unit -> Deployment 

Return Value

Type: Microsoft.Data.Schema.Build.Deployment
Returns a new Deployment instance.

.NET Framework Security

See Also

Reference

DeploymentConstructor Class

DeploymentConstructor Members

Microsoft.Data.Schema.Build Namespace