ModelReader Class
SQL Server 2012
Reads a model's metadata, business rules, and master data and creates a deployment package containing that information.
System.Object
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelReader
Microsoft.MasterDataServices.Deployment.ServiceProxyManager
Microsoft.MasterDataServices.Deployment.ModelReader
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
The ModelReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ModelReader | Initializes a new instance of the ModelReader class with the default values. |
| Name | Description | |
|---|---|---|
![]() | CurrentUser | Gets the user that represents the current caller. (Inherited from ServiceProxyManager.) |
![]() | ModelId | Gets or sets the identifier of the model that the object will be referencing. |
![]() | ServiceAdapter | Gets the service adapter that wraps the service used for all requests. (Inherited from ServiceProxyManager.) |
![]() | VersionId | Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing. |
| Name | Description | |
|---|---|---|
![]() | CreatePackage | Builds a deployment package for a complete model. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetModels | Gets a list of identifiers of all the user-defined models in the system for which the current user is an administrator. |
![]() | GetType | (Inherited from Object.) |
![]() | GetVersions | Gets a list of identifiers of all the versions for the model 'modelId'. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ModelExists | Checks for a matching model by name and/or ID. |
![]() | ToString | (Inherited from Object.) |

