DeploymentConstructor.OnConstructDeployment Method

Creates a new deployment instance.

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

Syntax

'Declaration
Protected Overridable Function OnConstructDeployment As Deployment
'Usage
Dim returnValue As Deployment

returnValue = Me.OnConstructDeployment()
protected virtual Deployment OnConstructDeployment()
protected:
virtual Deployment^ OnConstructDeployment()
protected function OnConstructDeployment() : Deployment
abstract OnConstructDeployment : unit -> Deployment 
override OnConstructDeployment : 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