ModelDeployer Class
SQL Server 2012
Creates, clones, or updates a model from a deployment package containing metadata, business rules, and master data.
System.Object
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelDeployer
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelDeployer
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
The ModelDeployer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ModelDeployer | Initializes a new instance of the ModelDeployer class with the default values. |
| Name | Description | |
|---|---|---|
![]() | CurrentUser | Gets the user that represents the current caller. (Inherited from ServiceProxyManager.) |
![]() | ServiceAdapter | Gets the service adapter that wraps the service used for all requests. (Inherited from ServiceProxyManager.) |
| Name | Description | |
|---|---|---|
![]() | DeleteModel | Deletes an entire model and all related objects. |
![]() | DeployClone | Creates a new model from the supplied deployment package, preserving the model name and identifiers. |
![]() | DeployNew | Creates a new model from the supplied deployment package, with new identifiers and a new name. |
![]() | DeployUpdate | Updates the specified model with the contents of the supplied package. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

