DSAzure.TAzureTableService.Create

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

Delphi

constructor Create(AConnectionString: TAzureConnectionString); override;

C++

__fastcall virtual TAzureTableService(TAzureConnectionString* AConnectionString);

プロパティ

種類 可視性 ソース ユニット
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureTableService

説明

TAzureTableService の新しいインスタンスを作成します。

Create コンストラクタは、TAzureTableService クラスのインスタンスを作成します。 AConnectionString パラメータでは、TAzureConnectionString 型として接続情報を指定します。

関連項目