EMS.Services.TEMSInternalAPI.QueryInstallations
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 を返します。