Classe DeploymentPlanContributorContext
Provides a context for DeploymentPlanContributor objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
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
O tipo DeploymentPlanContributorContext expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Arguments | Gets or sets a dictionary of named arguments and their values. (Herdado 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. (Herdado de DeploymentContributorContext.) | |
IsAzureTarget | Does the Target model a SQL Azure database. (Herdado de DeploymentContributorContext.) | |
Options | Gets the options being used for this deployment (Herdado de DeploymentContributorContext.) | |
PlanHandle | Gets the DeploymentPlanHandle | |
Source | Gets the Source TSqlModel (Herdado de DeploymentContributorContext.) | |
Target | Gets the Target TSqlModel (Herdado de DeploymentContributorContext.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.