DSAzure.TAzureConnectionString.AccountName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AccountName: string read FAccountName write FAccountName;

C++

__property System::UnicodeString AccountName = {read=FAccountName, write=FAccountName};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
DSAzure.pas
DSAzure.hpp
DSAzure TAzureConnectionString


Beschreibung

Der Kontoname für das Speicherkonto.

AccountName ist eine als published deklarierte Eigenschaft, die den Kontonamen für das Speicherkonto enthält, für das das TAzureConnectionString-Objekt verfügbar ist.

See Also