Target が SQL Azure データベースをモデル化しているかどうか。
名前空間: 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