Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Deployment