Condividi tramite


Metodo ModelDeployer.DeployUpdate

Updates the specified model with the contents of the supplied package.

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Function DeployUpdate ( _
    package As Package, _
    includeData As Boolean, _
    targetVersionId As Identifier _
) As Warnings
'Utilizzo
Dim instance As ModelDeployer 
Dim package As Package 
Dim includeData As Boolean 
Dim targetVersionId As Identifier 
Dim returnValue As Warnings 

returnValue = instance.DeployUpdate(package, _
    includeData, targetVersionId)
public Warnings DeployUpdate(
    Package package,
    bool includeData,
    Identifier targetVersionId
)
public:
Warnings^ DeployUpdate(
    Package^ package, 
    bool includeData, 
    Identifier^ targetVersionId
)
member DeployUpdate : 
        package:Package * 
        includeData:bool * 
        targetVersionId:Identifier -> Warnings
public function DeployUpdate(
    package : Package, 
    includeData : boolean, 
    targetVersionId : Identifier
) : Warnings

Parametri

  • includeData
    Tipo: System.Boolean
    true to deploy the master data in the package; otherwise, false.

Valore restituito

Tipo: Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.

Osservazioni

DeployUpdate throws ArgumentNullException if the package parameter is nullriferimento Null (Nothing in Visual Basic). or if the targetVersion parameter is nullriferimento Null (Nothing in Visual Basic). and the includeData parameter is true.

DeployUpdate throws DeploymentException if an error occurred that was not service-related.

DeployUpdate throws DeploymentOperationException if errors were returned from a service call while rolling back after a failure.

DeployUpdate throws ServiceAdapterException if errors were returned from a service call.

Vedere anche

Riferimento

ModelDeployer Classe

Spazio dei nomi Microsoft.MasterDataServices.Deployment