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
)
参数
- modelId
类型:Microsoft.MasterDataServices.Services.DataContracts.Identifier
The Identifier of the model to delete.
注释
DeleteModel throws ArgumentNullException if the modelId parameter is nullnull 引用(在 Visual Basic 中为 Nothing).
DeleteModel throws DeploymentOperationException if errors were returned in the OperationResult.