DeploymentContributorContext Class
SQL Server 2014
Updated: April 20, 2017
Provides a context for DeploymentContributor objects in DacFx
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
System::Object
Microsoft.SqlServer.Dac.Deployment::DeploymentContributorContext
Microsoft.SqlServer.Dac.Deployment::DeploymentPlanContributorContext
Microsoft.SqlServer.Dac.Deployment::DeploymentContributorContext
Microsoft.SqlServer.Dac.Deployment::DeploymentPlanContributorContext
| Name | Description | |
|---|---|---|
![]() | 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 |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


