Datasnap.DSProxy.TDSAdminClient.DescribeMethod

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DescribeMethod(ServerMethodName: string): TJSONObject;

C++

System::Json::TJSONObject* __fastcall DescribeMethod(System::UnicodeString ServerMethodName);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient


Beschreibung

Führt den Befehl DSAdmin.DescribeMethod aus.

Der Befehl DSAdmin.DescribeMethod wird über die in TDBXConnection angegebene Verbindung ausgeführt, die von dem Klassenkonstruktor Create festgelegt wird.

Siehe auch