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