Freigeben über


DeploymentPlanContributorContext.DeploymentMasterPath-Eigenschaft

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

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

DeploymentPlanContributorContext Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace