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 | |
---|---|---|
![]() |
ModelDeployer | Initializes a new instance of the ModelDeployer class with default values. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CurrentUser | Gets the user that represents the current caller. Ereditato da ServiceProxyManager. |
![]() |
ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. Ereditato da ServiceProxyManager. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
DeleteModel | Deletes an entire model and all related objects. |
![]() |
DeployClone | Creates a new model from the supplied deployment package, preserving the model name and ID's. |
![]() |
DeployNew | Creates a new model from the supplied deployment package, with new IDs and a new name. |
![]() |
DeployUpdate | Updates the specified model with the contents of the supplied package. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.