Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
命名空间: 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