Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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