Partilhar via


Propriedade do RDL 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)

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

Sintaxe

'Declaração
Public ReadOnly Property DeploymentMasterPath As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Consulte também

Referência

DeploymentPlanContributorContext Classe

Namespace Microsoft.SqlServer.Dac.Deployment