Partilhar via


Propriedade do RDL DeploymentContributorContext.IsAzureTarget

Does the Target model a SQL Azure database.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsAzureTarget As Boolean 
    Get
'Uso
Dim instance As DeploymentContributorContext 
Dim value As Boolean 

value = instance.IsAzureTarget
public bool IsAzureTarget { get; }
public:
property bool IsAzureTarget {
    bool get ();
}
member IsAzureTarget : bool
function get IsAzureTarget () : boolean

Valor da propriedade

Tipo: System.Boolean

Consulte também

Referência

DeploymentContributorContext Classe

Namespace Microsoft.SqlServer.Dac.Deployment