DeploymentContributorContext Class

Definition

Provides a context for DeploymentContributor objects in DacFx

public class DeploymentContributorContext
type DeploymentContributorContext = class
Public Class DeploymentContributorContext
Inheritance
DeploymentContributorContext
Derived

Properties

Arguments

Gets or sets a dictionary of named arguments and their values.

IsAzureSource

Does the Source model a SQL Azure database.

IsAzureTarget

Does the Target model a SQL Azure database.

Options

Gets the options being used for this deployment

Source

Gets the Source TSqlModel

Target

Gets the Target TSqlModel

Applies to