ModelDeployer-Klasse
Creates, clones, or updates a model from a deployment package 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 | |
---|---|---|
ModelDeployer | Initializes a new instance of the ModelDeployer class with default values. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CurrentUser | Gets the user that represents the current caller. (Geerbt von ServiceProxyManager.) | |
ServiceAdapter | Gets the ServiceAdapter object that wraps the service used for all requests. (Geerbt von ServiceProxyManager.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
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 | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.