Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Does the Source 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 IsAzureSource As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean