DeploymentPlanModifier 클래스
Represents a constributor that can modify a deployment plan.
상속 계층
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanModifier
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public MustInherit Class DeploymentPlanModifier _
Inherits DeploymentPlanContributor
‘사용 방법
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
DeploymentPlanModifier 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
DeploymentPlanModifier | Initializes a new instance of the DeploymentPlanModifier class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Canceled | Gets a value that indicates whether the contributor was canceled. (DeploymentContributor에서 상속됨) | |
CancellationToken | Gets the CancellationToken used to indicate whether contributor execution should be canceled. (DeploymentContributor에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
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. (DeploymentContributor에서 상속됨) | |
Dispose() | Releases all resources used by the current instance of the DeploymentContributor class. (DeploymentContributor에서 상속됨) | |
Dispose(Boolean) | Releases the unmanaged resources used by the DeploymentContributor and optionally releases the managed resources. (DeploymentContributor에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (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. (DeploymentContributor에서 상속됨) | |
OnEstablishDeploymentConfiguration | Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration. (DeploymentContributor에서 상속됨) | |
OnExecute | Indicates a member called by the deployment engine to allow custom contributors to execute their unique tasks. (DeploymentPlanContributor에서 상속됨) | |
PublishMessage | Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers. (DeploymentContributor에서 상속됨) | |
Remove | Provides a way to remove the specified step from the plan. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.