Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a constributor that can modify a deployment plan.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanModifier
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustInherit Class DeploymentPlanModifier _
Inherits DeploymentPlanContributor
'Usage
Dim instance As DeploymentPlanModifier
public abstract class DeploymentPlanModifier : DeploymentPlanContributor
public ref class DeploymentPlanModifier abstract : public DeploymentPlanContributor
[<AbstractClassAttribute>]
type DeploymentPlanModifier =
class
inherit DeploymentPlanContributor
end
public abstract class DeploymentPlanModifier extends DeploymentPlanContributor
Der DeploymentPlanModifier-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
DeploymentPlanModifier | Initializes a new instance of the DeploymentPlanModifier class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Canceled | Gets a value that indicates whether the contributor was canceled. (Geerbt von DeploymentContributor.) |
![]() |
CancellationToken | Gets the CancellationToken used to indicate whether contributor execution should be canceled. (Geerbt von DeploymentContributor.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
AddAfter | Provides a way to modify the existing plan by adding a step after the existing step. |
![]() |
AddBefore | Provides a way for subclasses to modify the plan by adding a step after the specified step. |
![]() |
Cancel | Cancels execution of the contributor. (Geerbt von DeploymentContributor.) |
![]() |
Dispose() | Releases all resources used by the current instance of the DeploymentContributor class. (Geerbt von DeploymentContributor.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the DeploymentContributor and optionally releases the managed resources. (Geerbt von DeploymentContributor.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von 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. (Geerbt von DeploymentContributor.) |
![]() |
OnEstablishDeploymentConfiguration | Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration. (Geerbt von DeploymentContributor.) |
![]() |
OnExecute | Indicates a member called by the deployment engine to allow custom contributors to execute their unique tasks. (Geerbt von DeploymentPlanContributor.) |
![]() |
PublishMessage | Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers. (Geerbt von DeploymentContributor.) |
![]() |
Remove | Provides a way to remove the specified step from the plan. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)