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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.