Propriedade do RDL 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
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property DeploymentScriptPath As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String