Compartilhar via


Método ModelDeployer.DeleteModel

Deletes an entire model and all related objects.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
Public Sub DeleteModel ( _
    modelId As Identifier _
)
'Uso
Dim instance As ModelDeployer 
Dim modelId As Identifier

instance.DeleteModel(modelId)
public void DeleteModel(
    Identifier modelId
)
public:
void DeleteModel(
    Identifier^ modelId
)
member DeleteModel : 
        modelId:Identifier -> unit
public function DeleteModel(
    modelId : Identifier
)

Parâmetros

Comentários

DeleteModel throws ArgumentNullException if the modelId parameter is nulluma referência nula (Nothing no Visual Basic).

DeleteModel throws DeploymentOperationException if errors were returned in the OperationResult.

Consulte também

Referência

ModelDeployer Classe

Namespace Microsoft.MasterDataServices.Deployment