共用方式為


ModelReader 類別

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
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public Class ModelReader _
    Inherits ServiceProxyManager
'用途
Dim instance As ModelReader
public class ModelReader : ServiceProxyManager
public ref class ModelReader : public ServiceProxyManager
type ModelReader =  
    class
        inherit ServiceProxyManager
    end
public class ModelReader extends ServiceProxyManager

ModelReader 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ModelReader Initializes a new instance of the ModelReader class with default values.

上層

屬性

  名稱 說明
公用屬性 CurrentUser Gets the user that represents the current caller. (繼承自 ServiceProxyManager。)
公用屬性 ModelId Gets or sets the identifier of the model that this object will be referencing.
受保護的屬性 ServiceAdapter Gets the ServiceAdapter object that wraps the service used for all requests. (繼承自 ServiceProxyManager。)
公用屬性 VersionId Gets or sets the identifier of the version of the model specified by ModelId that this object will be referencing.

上層

方法

  名稱 說明
公用方法 CreatePackage Builds a deployment package for a complete model.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetModels Gets a list of identifiers of all the user-defined models in the system.
公用方法 GetType (繼承自 Object。)
公用方法 GetVersions Gets a list of identifiers of all the versions for the model 'modelId'.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ModelExists Checks for a matching model by name and/or ID.
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。