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
)
매개 변수
- 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.