ModelDeployer.DeleteModel Method (Identifier)

 

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

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