DSAzure.TAzureTableService.CreateTable

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

Delphi

function CreateTable(const TableName: String): boolean;

C++

bool __fastcall CreateTable(const System::UnicodeString TableName);

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureTableService


説明

テーブル サービス アカウントに新しいテーブルを作成します。

CreateTable は、指定された名前で新しいテーブルを作成します。

関連項目