DeploymentContributorContext 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 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 |