ServiceClient.ExportViewDelete(International, Identifier) 메서드

정의

지정된 식별자의 기존 내보내기 뷰를 제거합니다.

public:
 Microsoft::MasterDataServices::OperationResult ^ ExportViewDelete(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ Identifier);
public Microsoft.MasterDataServices.OperationResult ExportViewDelete (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier Identifier);
member this.ExportViewDelete : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function ExportViewDelete (International As International, Identifier As Identifier) As OperationResult

매개 변수

International
International

culture 설정입니다.

Identifier
Identifier

삭제할 내보내기 뷰의 식별자입니다.

반환

작업의 결과를 나타내는 OperationResult 개체입니다.

적용 대상