Condividi tramite


Classe DeploymentPlanContributorContext

Provides a context for DeploymentPlanContributor objects.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Utilizzo
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

Nel tipo DeploymentPlanContributorContext sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Arguments Gets or sets a dictionary of named arguments and their values. Ereditato da DeploymentContributorContext.
Proprietà pubblica ComparisonResult Gets the ModelComparisonResult
Proprietà pubblica 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)
Proprietà pubblica DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Proprietà pubblica IsAzureSource Does the Source model a SQL Azure database. Ereditato da DeploymentContributorContext.
Proprietà pubblica IsAzureTarget Does the Target model a SQL Azure database. Ereditato da DeploymentContributorContext.
Proprietà pubblica Options Gets the options being used for this deployment Ereditato da DeploymentContributorContext.
Proprietà pubblica PlanHandle Gets the DeploymentPlanHandle
Proprietà pubblica Source Gets the Source TSqlModel Ereditato da DeploymentContributorContext.
Proprietà pubblica Target Gets the Target TSqlModel Ereditato da DeploymentContributorContext.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment