DSAzure.TAzureTableService.DeleteTable

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

Delphi

function DeleteTable(const TableName: String): boolean;

C++

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

プロパティ

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


説明

テーブル サービスからテーブルを削除します。

DeleteTable は、指定された名前を持つキューを削除します。

関連項目