Метод ModelDeployer.DeployClone
Creates a new model from the supplied deployment package, preserving the model name and identifiers.
Пространство имен: 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
Параметры
- package
Тип: Microsoft.MasterDataServices.Deployment.Package
The Package object to deploy.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Deployment.Warnings
An instance of Warnings that contains the collections of objects to be treated as warnings.
Замечания
DeployClone throws ArgumentNullException if the package parameter is nullпустая ссылка (Nothing в 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.