次の方法で共有


DeploymentPlanContributorContext.DeploymentMasterPath プロパティ

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

プロパティ値

型: System.String

関連項目

参照

DeploymentPlanContributorContext クラス

Microsoft.SqlServer.Dac.Deployment 名前空間