ODataModelBuilder.RemoveOperation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RemoveOperation(OperationConfiguration) |
모델에서 작업 제거 |
RemoveOperation(String) |
모델에서 작업 제거 이름이 지정된 작업이 두 개 이상 있는 경우 이 메서드가 작동하지 않습니다. 대신 다른 RemoveOperation(..) 오버로드를 사용해야 합니다. |
RemoveOperation(OperationConfiguration)
모델에서 작업 제거
public virtual bool RemoveOperation (Microsoft.AspNet.OData.Builder.OperationConfiguration operation);
abstract member RemoveOperation : Microsoft.AspNet.OData.Builder.OperationConfiguration -> bool
override this.RemoveOperation : Microsoft.AspNet.OData.Builder.OperationConfiguration -> bool
Public Overridable Function RemoveOperation (operation As OperationConfiguration) As Boolean
매개 변수
- operation
- OperationConfiguration
제거할 작업입니다.
반환
true
작업이 모델에 있으면 이고 false
, 그렇지 않으면 입니다.
적용 대상
RemoveOperation(String)
모델에서 작업 제거 이름이 지정된 작업이 두 개 이상 있는 경우 이 메서드가 작동하지 않습니다. 대신 다른 RemoveOperation(..) 오버로드를 사용해야 합니다.
public virtual bool RemoveOperation (string name);
abstract member RemoveOperation : string -> bool
override this.RemoveOperation : string -> bool
Public Overridable Function RemoveOperation (name As String) As Boolean
매개 변수
- name
- String
제거할 작업의 이름입니다.
반환
true
작업이 모델에 있으면 이고 false
, 그렇지 않으면 입니다.