Класс ModelDeployer
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
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
Public Class ModelDeployer _
Inherits ServiceProxyManager
'Применение
Dim instance As ModelDeployer
public class ModelDeployer : ServiceProxyManager
public ref class ModelDeployer : public ServiceProxyManager
type ModelDeployer =
class
inherit ServiceProxyManager
end
public class ModelDeployer extends ServiceProxyManager
Тип ModelDeployer обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ModelDeployer | Initializes a new instance of the ModelDeployer class with the default values. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
CurrentUser | Gets the user that represents the current caller. (Производный от ServiceProxyManager.) |
![]() |
ServiceAdapter | Gets the service adapter that wraps the service used for all requests. (Производный от ServiceProxyManager.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
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 | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.