Compartir a través de


Clase DeploymentPlanContributorContext

Provides a context for DeploymentPlanContributor objects.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Uso
Dim instance As DeploymentPlanContributorContext
public sealed class DeploymentPlanContributorContext : DeploymentContributorContext
public ref class DeploymentPlanContributorContext sealed : public DeploymentContributorContext
[<SealedAttribute>]
type DeploymentPlanContributorContext =  
    class 
        inherit DeploymentContributorContext 
    end
public final class DeploymentPlanContributorContext extends DeploymentContributorContext

El tipo DeploymentPlanContributorContext expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Arguments Gets or sets a dictionary of named arguments and their values. (Se hereda de DeploymentContributorContext.)
Propiedad pública ComparisonResult Gets the ModelComparisonResult
Propiedad pública 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)
Propiedad pública DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Propiedad pública IsAzureSource Does the Source model a SQL Azure database. (Se hereda de DeploymentContributorContext.)
Propiedad pública IsAzureTarget Does the Target model a SQL Azure database. (Se hereda de DeploymentContributorContext.)
Propiedad pública Options Gets the options being used for this deployment (Se hereda de DeploymentContributorContext.)
Propiedad pública PlanHandle Gets the DeploymentPlanHandle
Propiedad pública Source Gets the Source TSqlModel (Se hereda de DeploymentContributorContext.)
Propiedad pública Target Gets the Target TSqlModel (Se hereda de DeploymentContributorContext.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac.Deployment