Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates a member called by the deployment engine to allow custom contributors to execute their unique tasks.
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Protected MustOverride Sub OnExecute ( _
context As DeploymentPlanContributorContext _
)
'Uso
Dim context As DeploymentPlanContributorContext
Me.OnExecute(context)
protected abstract void OnExecute(
DeploymentPlanContributorContext context
)
protected:
virtual void OnExecute(
DeploymentPlanContributorContext^ context
) abstract
abstract OnExecute :
context:DeploymentPlanContributorContext -> unit
protected abstract function OnExecute(
context : DeploymentPlanContributorContext
)
Parámetros
- context
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext
A DeploymentContributorContext object.
Excepciones
| Excepción | Condición |
|---|---|
| DeploymentFailedException | If there is a critical error the should stop the deployment process from continuing, implementing contributors may throw a DeploymentFailedException. |