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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.