共用方式為


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

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property DeploymentScriptPath As String 
    Get
'用途
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

屬性值

型別:System.String

請參閱

參考

DeploymentPlanContributorContext 類別

Microsoft.SqlServer.Dac.Deployment 命名空間