DeploymentPlanContributorContext 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체에 대한 컨텍스트를 DeploymentPlanContributor 제공합니다.
public sealed class DeploymentPlanContributorContext : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
type DeploymentPlanContributorContext = class
inherit DeploymentContributorContext
Public NotInheritable Class DeploymentPlanContributorContext
Inherits DeploymentContributorContext
- 상속
속성
| Name | Description |
|---|---|
| Arguments |
명명된 인수 및 해당 값의 사전을 가져오거나 설정합니다. (다음에서 상속됨 DeploymentContributorContext) |
| ComparisonResult |
을 가져옵니다. ModelComparisonResult |
| DeploymentMasterPath |
Azure 대상에 대해 배포 스크립트가 생성되는 경우 설정(마스터에 대해 실행된 부분은 자체 스크립트여야 합니다). |
| DeploymentScriptPath |
배포 스크립트도 생성되고 있는지 설정합니다. 이렇게 하면 다른 배포 참가자가 오류 메시지를 스크립트/파일로 다시 연결할 수 있습니다. |
| IsAzureSource |
Source SQL Azure 데이터베이스를 모델링합니다. (다음에서 상속됨 DeploymentContributorContext) |
| IsAzureTarget |
Target SQL Azure 데이터베이스를 모델링합니다. (다음에서 상속됨 DeploymentContributorContext) |
| Options |
이 배포에 사용되는 옵션을 가져옵니다. (다음에서 상속됨 DeploymentContributorContext) |
| PlanHandle |
을 가져옵니다. DeploymentPlanHandle |
| Source |
원본을 가져옵니다. TSqlModel (다음에서 상속됨 DeploymentContributorContext) |
| Target |
대상을 가져옵니다. TSqlModel (다음에서 상속됨 DeploymentContributorContext) |