Classe ModelDeployer

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Class ModelDeployer _
    Inherits ServiceProxyManager
'Utilisation
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

Le type ModelDeployer expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ModelDeployer Initializes a new instance of the ModelDeployer class with the default values.

Haut de la page

Propriétés

  Nom Description
Propriété publique CurrentUser Gets the user that represents the current caller. (hérité de ServiceProxyManager.)
Propriété protégée ServiceAdapter Gets the service adapter that wraps the service used for all requests. (hérité de ServiceProxyManager.)

Haut de la page

Méthodes

  Nom Description
Méthode publique DeleteModel Deletes an entire model and all related objects.
Méthode publique DeployClone Creates a new model from the supplied deployment package, preserving the model name and identifiers.
Méthode publique DeployNew Creates a new model from the supplied deployment package, with new identifiers and a new name.
Méthode publique DeployUpdate Updates the specified model with the contents of the supplied package.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Deployment