Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes an entire model and all related objects.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public void DeleteModel(
Identifier modelId
)
public:
void DeleteModel(
Identifier^ modelId
)
member DeleteModel :
modelId:Identifier -> unit
Public Sub DeleteModel (
modelId As Identifier
)
Parameters
modelId
Type: Microsoft.MasterDataServices.Services.DataContracts.IdentifierThe Identifier of the model to delete.
Remarks
DeleteModel throws ArgumentNullException if the modelId parameter is null.
DeleteModel throws DeploymentOperationException if errors were returned in the OperationResult.
See Also
ModelDeployer Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top