다음을 통해 공유


DeploymentPlanContributorContext 클래스

Provides a context for DeploymentPlanContributor objects.

상속 계층

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
    Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext

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

구문

‘선언
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
‘사용 방법
Dim instance As DeploymentPlanContributorContext
public sealed class DeploymentPlanContributorContext : DeploymentContributorContext
public ref class DeploymentPlanContributorContext sealed : public DeploymentContributorContext
[<SealedAttribute>]
type DeploymentPlanContributorContext =  
    class 
        inherit DeploymentContributorContext 
    end
public final class DeploymentPlanContributorContext extends DeploymentContributorContext

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

속성

  이름 설명
공용 속성 Arguments Gets or sets a dictionary of named arguments and their values. (DeploymentContributorContext에서 상속됨)
공용 속성 ComparisonResult Gets the ModelComparisonResult
공용 속성 DeploymentMasterPath Set if a deployment script is also being generated against an Azure target (which requires that the portion executed against master be its own script)
공용 속성 DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
공용 속성 IsAzureSource Does the Source model a SQL Azure database. (DeploymentContributorContext에서 상속됨)
공용 속성 IsAzureTarget Does the Target model a SQL Azure database. (DeploymentContributorContext에서 상속됨)
공용 속성 Options Gets the options being used for this deployment (DeploymentContributorContext에서 상속됨)
공용 속성 PlanHandle Gets the DeploymentPlanHandle
공용 속성 Source Gets the Source TSqlModel (DeploymentContributorContext에서 상속됨)
공용 속성 Target Gets the Target TSqlModel (DeploymentContributorContext에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

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