Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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)
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DeploymentMasterPath As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String