Condividi tramite


Proprietà DeploymentContributorContext.IsAzureSource

Does the Source model a SQL Azure database.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsAzureSource As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean

Vedere anche

Riferimento

DeploymentContributorContext Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment