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 オブジェクト。