Partager via


Classe DeploymentPlanContributorContext

Provides a context for DeploymentPlanContributor objects.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Utilisation
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

Le type DeploymentPlanContributorContext expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Arguments Gets or sets a dictionary of named arguments and their values. (hérité de DeploymentContributorContext.)
Propriété publique ComparisonResult Gets the ModelComparisonResult
Propriété publique 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)
Propriété publique DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Propriété publique IsAzureSource Does the Source model a SQL Azure database. (hérité de DeploymentContributorContext.)
Propriété publique IsAzureTarget Does the Target model a SQL Azure database. (hérité de DeploymentContributorContext.)
Propriété publique Options Gets the options being used for this deployment (hérité de DeploymentContributorContext.)
Propriété publique PlanHandle Gets the DeploymentPlanHandle
Propriété publique Source Gets the Source TSqlModel (hérité de DeploymentContributorContext.)
Propriété publique Target Gets the Target TSqlModel (hérité de DeploymentContributorContext.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac.Deployment