Classe DeploymentContributorContext
Provides a context for DeploymentContributor objects in DacFx
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 Class DeploymentContributorContext
'Uso
Dim instance As DeploymentContributorContext
public class DeploymentContributorContext
public ref class DeploymentContributorContext
type DeploymentContributorContext = class end
public class DeploymentContributorContext
O tipo DeploymentContributorContext expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Arguments | Gets or sets a dictionary of named arguments and their values. | |
IsAzureSource | Does the Source model a SQL Azure database. | |
IsAzureTarget | Does the Target model a SQL Azure database. | |
Options | Gets the options being used for this deployment | |
Source | Gets the Source TSqlModel | |
Target | Gets the Target TSqlModel |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (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.