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