Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
Arguments | Gets or sets a dictionary of named arguments and their values. (Se hereda de 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. (Se hereda de DeploymentContributorContext.) |
![]() |
IsAzureTarget | Does the Target model a SQL Azure database. (Se hereda de DeploymentContributorContext.) |
![]() |
Options | Gets the options being used for this deployment (Se hereda de DeploymentContributorContext.) |
![]() |
PlanHandle | Gets the DeploymentPlanHandle |
![]() |
Source | Gets the Source TSqlModel (Se hereda de DeploymentContributorContext.) |
![]() |
Target | Gets the Target TSqlModel (Se hereda de DeploymentContributorContext.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)