Share via


DeploymentPlanContributorContext.DeploymentMasterPath Property

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)

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property DeploymentMasterPath As String 
    Get
'Usage
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

Property Value

Type: System.String

See Also

Reference

DeploymentPlanContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace