DSAzure.TAzureBlobService.Create

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

Delphi

constructor Create(AConnectionString: TAzureConnectionString); override;

C++

__fastcall virtual TAzureBlobService(TAzureConnectionString* AConnectionString);

プロパティ

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

説明

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

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

関連項目