Partager via


Propriété DeploymentContributorContext.IsAzureSource

Does the Source model a SQL Azure database.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsAzureSource As Boolean 
    Get
'Utilisation
Dim instance As DeploymentContributorContext 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean

Voir aussi

Référence

DeploymentContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment