DSAzure.TAzureConnectionString.AccountKey

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

Delphi

property AccountKey: string read FAccountKey write FAccountKey;

C++

__property System::UnicodeString AccountKey = {read=FAccountKey, write=FAccountKey};

プロパティ

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


説明

ストレージ アカウントのアカウント キーです。

AccountKey は、TAzureConnectionString が使用可能なストレージ アカウントのアカウント キーを格納する published プロパティです。

関連項目