Partager via


Propriété 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)

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DeploymentMasterPath As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String

Voir aussi

Référence

DeploymentPlanContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment