EMS.Services.TEMSInternalAPI.QueryInstallations

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function QueryInstallations(const AQuery: TQueryParams): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall QueryInstallations(const System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > AQuery);

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

EMS Installation を EMS Server から クエリ パラメータを使用して取得します。


QueryInstallations は、AQuery パラメータを使用して、EMS Server 内の EMS Installation リソースを問い合わせます。AQuery パラメータが空の場合、EMS Server からのクエリ結果は、フィルタもソートもかかっていないすべての情報が返されます。


QueryInstallations は、リソースからレスポンスを読み取るため、IEMSResourceResponseContent を返します。

関連項目