Deployment.OnCreateDeploymentScriptGenerator Method

Returns a deployment script generator.

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

Syntax

'Declaration
Protected Overridable Function OnCreateDeploymentScriptGenerator As DeploymentExecutor
'Usage
Dim returnValue As DeploymentExecutor

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

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentExecutor

.NET Framework Security

See Also

Reference

Deployment Class

Deployment Members

Microsoft.Data.Schema.Build Namespace