次の方法で共有


DeploymentPlanContributorContext.DeploymentScriptPath プロパティ

配置スクリプトも生成されるかどうかを設定します。 これにより、他の配置コントリビューターは、エラー メッセージをスクリプトまたはファイルにもう一度関連付けることができます。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property DeploymentScriptPath As String 
    Get
'使用
Dim instance As DeploymentPlanContributorContext 
Dim value As String 

value = instance.DeploymentScriptPath
public string DeploymentScriptPath { get; }
public:
property String^ DeploymentScriptPath {
    String^ get ();
}
member DeploymentScriptPath : string
function get DeploymentScriptPath () : String

プロパティ値

型: System.String

関連項目

参照

DeploymentPlanContributorContext クラス

Microsoft.SqlServer.Dac.Deployment 名前空間