Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new model from the supplied deployment package, preserving the model name and identifiers.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Function DeployClone ( _
package As Package _
) As Warnings
'Utilisation
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
Paramètres
- package
Type : Microsoft.MasterDataServices.Deployment.Package
The Package object to deploy.
Valeur de retour
Type : Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.
Notes
DeployClone throws ArgumentNullException if the package parameter is nullune référence Null (Nothing dans 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.