Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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)
Espacio de nombres: Microsoft.SqlServer.Dac.Deployment
Ensamblado: Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxis
'Declaración
Public ReadOnly Property DeploymentMasterPath As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String