Condividi tramite


Classe ModelDeployer

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
Public Class ModelDeployer _
    Inherits ServiceProxyManager
'Utilizzo
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

Nel tipo ModelDeployer sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ModelDeployer Initializes a new instance of the ModelDeployer class with default values.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CurrentUser Gets the user that represents the current caller. Ereditato da ServiceProxyManager.
Proprietà protetta ServiceAdapter Gets the ServiceAdapter object that wraps the service used for all requests. Ereditato da ServiceProxyManager.

In alto

Metodi

  Nome Descrizione
Metodo pubblico DeleteModel Deletes an entire model and all related objects.
Metodo pubblico DeployClone Creates a new model from the supplied deployment package, preserving the model name and ID's.
Metodo pubblico DeployNew Creates a new model from the supplied deployment package, with new IDs and a new name.
Metodo pubblico DeployUpdate Updates the specified model with the contents of the supplied package.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.