Поделиться через


Метод ModelDeployer.DeleteModel

Deletes an entire model and all related objects.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public Sub DeleteModel ( _
    modelId As Identifier _
)
'Применение
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
)

Параметры

Замечания

DeleteModel throws ArgumentNullException if the modelId parameter is nullпустая ссылка (Nothing в Visual Basic).

DeleteModel throws DeploymentOperationException if errors were returned in the OperationResult.

См. также

Справочник

ModelDeployer Класс

Пространство имен Microsoft.MasterDataServices.Deployment