Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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