SqlDeployment.OnCreateDeploymentExecutor Method
Used to return a new SQL deployment database executor.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Function OnCreateDeploymentExecutor As DeploymentExecutor
'Usage
Dim returnValue As DeploymentExecutor
returnValue = Me.OnCreateDeploymentExecutor()
protected override DeploymentExecutor OnCreateDeploymentExecutor()
protected:
virtual DeploymentExecutor^ OnCreateDeploymentExecutor() override
protected override function OnCreateDeploymentExecutor() : DeploymentExecutor
abstract OnCreateDeploymentExecutor : unit -> DeploymentExecutor
override OnCreateDeploymentExecutor : unit -> DeploymentExecutor
Return Value
Type: Microsoft.Data.Schema.Build.DeploymentExecutor
Returns a 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.