DeploymentContributorContext Class

 

Updated: April 20, 2017

Provides a context for DeploymentContributor objects in DacFx

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

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

public ref class DeploymentContributorContext 

NameDescription
System_CAPS_pubpropertyArguments

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

System_CAPS_pubpropertyIsAzureSource

Does the Source model a SQL Azure database.

System_CAPS_pubpropertyIsAzureTarget

Does the Target model a SQL Azure database.

System_CAPS_pubpropertyOptions

Gets the options being used for this deployment

System_CAPS_pubpropertySource

Gets the Source TSqlModel

System_CAPS_pubpropertyTarget

Gets the Target TSqlModel

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: