次の方法で共有


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

カルチャ設定。

Identifier
Identifier

削除するエクスポート ビューの識別子。

戻り値

操作の結果を表す OperationResult オブジェクトです。

適用対象