Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Does the Target model a SQL Azure database.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property IsAzureTarget As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean