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 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.