다음을 통해 공유


DeploymentContributor 클래스

Represents the base class for deployment contributors. Subclasses of this class participate in a deployment by modifying a deployment plan or by executing the plan.

상속 계층

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

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

구문

‘선언
Public MustInherit Class DeploymentContributor _
    Implements IDisposable
‘사용 방법
Dim instance As DeploymentContributor
public abstract class DeploymentContributor : IDisposable
public ref class DeploymentContributor abstract : IDisposable
[<AbstractClassAttribute>]
type DeploymentContributor =  
    class 
        interface IDisposable 
    end
public abstract class DeploymentContributor implements IDisposable

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

생성자

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

맨 위로 이동

속성

  이름 설명
보호된 속성 Canceled Gets a value that indicates whether the contributor was canceled.
보호된 속성 CancellationToken Gets the CancellationToken used to indicate whether contributor execution should be canceled.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Cancel Cancels execution of the contributor.
공용 메서드 Dispose() Releases all resources used by the current instance of the DeploymentContributor class.
보호된 메서드 Dispose(Boolean) Releases the unmanaged resources used by the DeploymentContributor and optionally releases the managed resources.
공용 메서드 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.
보호된 메서드 OnEstablishDeploymentConfiguration Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration.
보호된 메서드 PublishMessage Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

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