ModelDeployer.DeployClone Method (Package)
Creates a new model from the supplied deployment package, preserving the model name and identifiers.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Warnings DeployClone(
Package package
)
public:
Warnings^ DeployClone(
Package^ package
)
member DeployClone :
package:Package -> Warnings
Public Function DeployClone (
package As Package
) As Warnings
Parameters
package
Type: Microsoft.MasterDataServices.Deployment.PackageThe Package object to deploy.
Return Value
Type: Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.
Remarks
DeployClone throws ArgumentNullException if the package parameter is null.
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.
See Also
ModelDeployer Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top