Datasnap.DSPlatform.TDSPlatform.MetadataClassName

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

Delphi

class function MetadataClassName: string; static;

C++

static System::UnicodeString __fastcall MetadataClassName();

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDSPlatform

説明

Datasnap.DSCommonServer.DSMetadata クラスの名前を返します。

MetadataClassName static メソッドは、DSPlatform.TDSPlatform クラスの名前が入った System.WideStringを返します。 デフォルトでは、MetadataClassName'DSMetadata' を返します。

関連項目