API:DSAzure.TAzureTableService.Create
Delphi
constructor Create(AConnectionString: TAzureConnectionString); override;
C++
__fastcall virtual TAzureTableService(TAzureConnectionString* AConnectionString);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | DSAzure.pas DSAzure.hpp |
DSAzure | TAzureTableService |
説明
TAzureService クラスのインスタンスを作成します。 {{#multireplace:DSAzure.TAzureTableService.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:DSAzure.TAzureService.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:DSAzure.TAzureService.Create|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。
TAzureService クラスのインスタンスを作成します。
Create を呼び出すと、TAzureService クラスのインスタンスが作成されます。 AConnectionString は TAzureConnectionString を表し、Microsoft Azure クラウドへの接続から接続情報を取得するためのものです。