DSAzure.TAzureConnectionString.UseDevelopmentStorage

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

Delphi

property UseDevelopmentStorage: boolean read FUseDevelopmentStorage write SetUseDevelopmentStorage;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString

説明

開発ストレージが使用されるかどうかを指定します。

UseDevelopmentStorageTrue に設定されている場合、ローカルで開発ストレージ サービスが稼働していると見なされます。 その際、接続 URL は次のとおりです:

[プロトコル]://127.0.0.1:10002/devstoreaccount1

そうでなければ、Microsoft Azure ストレージ サービスへはリモート接続が使用されます。 指定する URL は、UseDefaultEndpoints など、さまざまな設定によって異なります。

関連項目