Share via


SchemaDeployment.OnCreateDeploymentScriptGenerator Method

Called to create a DeploymentScriptGenerator.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentScriptGenerator
A DeploymentScriptGenerator object.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DeploymentScriptGenerator