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