共用方式為


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

參數

傳回值

型別: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 nullnull 參考 (在 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.

請參閱

參考

ModelDeployer 類別

Microsoft.MasterDataServices.Deployment 命名空間