다음을 통해 공유


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 네임스페이스