ModelDeployer-Klasse

Creates, clones, or updates a model from a deployment package containing metadata, business rules, and master data.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Deployment.ServiceProxyManager
    Microsoft.MasterDataServices.Deployment.ModelDeployer

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Class ModelDeployer _
    Inherits ServiceProxyManager
'Usage
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

Der ModelDeployer-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ModelDeployer Initializes a new instance of the ModelDeployer class with the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrentUser Gets the user that represents the current caller. (Geerbt von ServiceProxyManager.)
Geschützte Eigenschaft ServiceAdapter Gets the service adapter that wraps the service used for all requests. (Geerbt von ServiceProxyManager.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeleteModel Deletes an entire model and all related objects.
Öffentliche Methode DeployClone Creates a new model from the supplied deployment package, preserving the model name and identifiers.
Öffentliche Methode DeployNew Creates a new model from the supplied deployment package, with new identifiers and a new name.
Öffentliche Methode DeployUpdate Updates the specified model with the contents of the supplied package.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace