DeploymentPlanContributor 클래스
Represents a contributor to the deployment process.
상속 계층
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanExecutor
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanModifier
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public MustInherit Class DeploymentPlanContributor _
Inherits DeploymentContributor
‘사용 방법
Dim instance As DeploymentPlanContributor
public abstract class DeploymentPlanContributor : DeploymentContributor
public ref class DeploymentPlanContributor abstract : public DeploymentContributor
[<AbstractClassAttribute>]
type DeploymentPlanContributor =
class
inherit DeploymentContributor
end
public abstract class DeploymentPlanContributor extends DeploymentContributor
DeploymentPlanContributor 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
DeploymentPlanContributor | Initializes a new instance of the DeploymentPlanContributor 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에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
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. | |
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.