Data.Cloud.AzureAPI.TAzureConnectionInfo.UseDevelopmentStorage

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

Delphi

property UseDevelopmentStorage: Boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage default False;

C++

__property bool UseDevelopmentStorage = {read=FUseDevelopmentStorage, write=SetUseDevelopmentStorage, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

説明

ローカルの開発ストレージ サービスとクラウドの、どちらに接続するかを指定します。

UseDevelopmentStorage プロパティを True に設定すると、ローカルの開発ストレージ サービスに接続し、False に設定すると、クラウドに接続します。

関連項目