Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.String