Свойство 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)

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public ReadOnly Property DeploymentMasterPath As String 
    Get
'Применение
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

Значение свойства

Тип: System.String

См. также

Справочник

DeploymentPlanContributorContext Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment