Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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