Condividi tramite


Proprietà 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)

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

DeploymentPlanContributorContext Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment