共用方式為


DeploymentPlanContributorContext.DeploymentMasterPath 屬性

Set if a deployment script is also being generated against an Azure target (which requires that the portion executed against master be its own script)

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

語法

'宣告
Public ReadOnly Property DeploymentMasterPath As String 
    Get
'用途
Dim instance As DeploymentPlanContributorContext 
Dim value As String 

value = instance.DeploymentMasterPath
public string DeploymentMasterPath { get; }
public:
property String^ DeploymentMasterPath {
    String^ get ();
}
member DeploymentMasterPath : string
function get DeploymentMasterPath () : String

屬性值

型別:System.String

請參閱

參考

DeploymentPlanContributorContext 類別

Microsoft.SqlServer.Dac.Deployment 命名空間