Partager via


Propriété DeploymentPlanContributorContext.DeploymentScriptPath

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DeploymentScriptPath As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String

Voir aussi

Référence

DeploymentPlanContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment