Share via


DeploymentPlanContributorContext.DeploymentScriptPath Property

Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property DeploymentScriptPath As String 
    Get
'Usage
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

Property Value

Type: System.String

See Also

Reference

DeploymentPlanContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace