Condividi tramite


Proprietà 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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

DeploymentPlanContributorContext Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment