Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 | |
|---|---|---|
![]() |
Arguments | Gets or sets a dictionary of named arguments and their values. Ereditato da DeploymentContributorContext. |
![]() |
ComparisonResult | Gets the ModelComparisonResult |
![]() |
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) |
![]() |
DeploymentScriptPath | Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file |
![]() |
IsAzureSource | Does the Source model a SQL Azure database. Ereditato da DeploymentContributorContext. |
![]() |
IsAzureTarget | Does the Target model a SQL Azure database. Ereditato da DeploymentContributorContext. |
![]() |
Options | Gets the options being used for this deployment Ereditato da DeploymentContributorContext. |
![]() |
PlanHandle | Gets the DeploymentPlanHandle |
![]() |
Source | Gets the Source TSqlModel Ereditato da DeploymentContributorContext. |
![]() |
Target | Gets the Target TSqlModel Ereditato da DeploymentContributorContext. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
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.
.gif)
.gif)