Freigeben über


DeploymentPlanContributorContext.DeploymentScriptPath-Eigenschaft

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

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

DeploymentPlanContributorContext Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace