ServiceClient.ExportViewDelete(International, Identifier) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した識別子の既存のエクスポート ビューを削除します。
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 オブジェクトです。