Freigeben über


DeployClone-Methode

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Function DeployClone ( _
    package As Package _
) As Warnings
'Usage
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

Parameter

Rückgabewert

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

Hinweise

DeployClone throws ArgumentNullException if the package parameter is null Nothing nullptr unit ein NULL-Verweis (Nothing in Visual Basic) .

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.