Updates the specified model with the contents of the supplied package.
命名空间: Microsoft.MasterDataServices.Deployment
程序集: Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)
语法
声明
Public Function DeployUpdate ( _
package As Package, _
includeData As Boolean, _
targetVersionId As Identifier _
) As Warnings
用法
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
参数
- package
类型:Microsoft.MasterDataServices.Deployment.Package
The Package object to deploy.
- includeData
类型:System.Boolean
true to deploy the master data in the package; otherwise, false.
- targetVersionId
类型:Microsoft.MasterDataServices.Services.DataContracts.Identifier
返回值
类型:Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.
注释
DeployUpdate throws ArgumentNullException if the package parameter is nullnull 引用(在 Visual Basic 中为 Nothing) or if the targetVersion parameter is nullnull 引用(在 Visual Basic 中为 Nothing) 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.