Compartir a través de


DeploymentPlanContributorContext.DeploymentMasterPath Propiedad

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)

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String

Vea también

Referencia

DeploymentPlanContributorContext Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment