다음을 통해 공유


DeploymentPlanExecutor 클래스

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.

상속 계층

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
    Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
      Microsoft.SqlServer.Dac.Deployment.DeploymentPlanExecutor

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public MustInherit Class DeploymentPlanExecutor _
    Inherits DeploymentPlanContributor
‘사용 방법
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

DeploymentPlanExecutor 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 DeploymentPlanExecutor Initializes a new instance of the DeploymentPlanExecutorclass.

맨 위로 이동

속성

  이름 설명
보호된 속성 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에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 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에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dac.Deployment 네임스페이스