Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Deletes an entire model and all related objects.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public Sub DeleteModel ( _
modelId As Identifier _
)
'Utilizzo
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
)
Parametri
- modelId
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The Identifier of the model to delete.
Osservazioni
DeleteModel throws ArgumentNullException if the modelId parameter is nullriferimento Null (Nothing in Visual Basic)..
DeleteModel throws DeploymentOperationException if errors were returned in the OperationResult.