DeploymentPlanContributorContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a context for DeploymentPlanContributor objects.
public sealed class DeploymentPlanContributorContext : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
type DeploymentPlanContributorContext = class
inherit DeploymentContributorContext
Public NotInheritable Class DeploymentPlanContributorContext
Inherits DeploymentContributorContext
- Inheritance
Properties
Arguments |
Gets or sets a dictionary of named arguments and their values. (Inherited from 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. (Inherited from DeploymentContributorContext) |
IsAzureTarget |
Does the Target model a SQL Azure database. (Inherited from DeploymentContributorContext) |
Options |
Gets the options being used for this deployment (Inherited from DeploymentContributorContext) |
PlanHandle |
Gets the DeploymentPlanHandle |
Source |
Gets the Source TSqlModel (Inherited from DeploymentContributorContext) |
Target |
Gets the Target TSqlModel (Inherited from DeploymentContributorContext) |