Azure の対象に対して配置スクリプトも生成されているかどうかを設定します (master に対して実行される部分が独自のスクリプトである必要があります)。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public ReadOnly Property DeploymentMasterPath As String
Get
'使用
Dim instance As DeploymentPlanContributorContext
Dim value As String
value = instance.DeploymentMasterPath
public string DeploymentMasterPath { get; }
public:
property String^ DeploymentMasterPath {
String^ get ();
}
member DeploymentMasterPath : string
function get DeploymentMasterPath () : String