Share via


DeploymentPlanContributorContext Class

Provides a context for DeploymentPlanContributor objects.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Usage
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

The DeploymentPlanContributorContext type exposes the following members.

Properties

  Name Description
Public property Arguments Gets or sets a dictionary of named arguments and their values. (Inherited from DeploymentContributorContext.)
Public property ComparisonResult Gets the ModelComparisonResult
Public property 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)
Public property DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Public property IsAzureSource Does the Source model a SQL Azure database. (Inherited from DeploymentContributorContext.)
Public property IsAzureTarget Does the Target model a SQL Azure database. (Inherited from DeploymentContributorContext.)
Public property Options Gets the options being used for this deployment (Inherited from DeploymentContributorContext.)
Public property PlanHandle Gets the DeploymentPlanHandle
Public property Source Gets the Source TSqlModel (Inherited from DeploymentContributorContext.)
Public property Target Gets the Target TSqlModel (Inherited from DeploymentContributorContext.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Deployment Namespace