DeployClone 方法

Creates a new model from the supplied deployment package, preserving the model name and ID's.

命名空间:  Microsoft.MasterDataServices.Deployment
程序集:  Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)

语法

声明
Public Function DeployClone ( _
    package As Package _
) As Warnings
用法
Dim instance As ModelDeployer
Dim package As Package
Dim returnValue As Warnings

returnValue = instance.DeployClone(package)
public Warnings DeployClone(
    Package package
)
public:
Warnings^ DeployClone(
    Package^ package
)
member DeployClone : 
        package:Package -> Warnings 
public function DeployClone(
    package : Package
) : Warnings

参数

返回值

类型:Microsoft.MasterDataServices.Deployment. . :: . .Warnings
A collection of identifiers of data batches in the staging area, if data is deployed.

注释

DeployClone throws ArgumentNullException if the package parameter is null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) .

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

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

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