Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a deployment constributor that executes the deployment plan. An example of a constributor would be one who executes deployment steps to create a report about actions performed during a deployment.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanExecutor
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public MustInherit Class DeploymentPlanExecutor _
Inherits DeploymentPlanContributor
'Utilisation
Dim instance As DeploymentPlanExecutor
public abstract class DeploymentPlanExecutor : DeploymentPlanContributor
public ref class DeploymentPlanExecutor abstract : public DeploymentPlanContributor
[<AbstractClassAttribute>]
type DeploymentPlanExecutor =
class
inherit DeploymentPlanContributor
end
public abstract class DeploymentPlanExecutor extends DeploymentPlanContributor
Le type DeploymentPlanExecutor expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
DeploymentPlanExecutor | Initializes a new instance of the DeploymentPlanExecutorclass. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Canceled | Gets a value that indicates whether the contributor was canceled. (hérité de DeploymentContributor.) |
![]() |
CancellationToken | Gets the CancellationToken used to indicate whether contributor execution should be canceled. (hérité de DeploymentContributor.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Cancel | Cancels execution of the contributor. (hérité de DeploymentContributor.) |
![]() |
Dispose() | Releases all resources used by the current instance of the DeploymentContributor class. (hérité de DeploymentContributor.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the DeploymentContributor and optionally releases the managed resources. (hérité de DeploymentContributor.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
OnApplyDeploymentConfiguration | Indicates a member called by the deployment process in DacFx to give your code an opportunity to collect configuration information from the provided files. At the end of the method all streams will be disposed. Contributors that need to obtain data from the streams must read and cache the data during this method - attempts to read from the stream during a later method such as the OnExecute(DeploymentPlanContributorContext) method will fail. (hérité de DeploymentContributor.) |
![]() |
OnEstablishDeploymentConfiguration | Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration. (hérité de DeploymentContributor.) |
![]() |
OnExecute | Indicates a member called by the deployment engine to allow custom contributors to execute their unique tasks. (hérité de DeploymentPlanContributor.) |
![]() |
PublishMessage | Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers. (hérité de DeploymentContributor.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)