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
- 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.