Does the Target model a SQL Azure database.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property IsAzureTarget As Boolean
Get
'用途
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