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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。