Data.Cloud.AzureAPI.TTablePolicy.CanDeleteTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanDeleteTable: Boolean read FCanDeleteTable write FCanDeleteTable;

C++

__property bool CanDeleteTable = {read=FCanDeleteTable, write=FCanDeleteTable, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TTablePolicy

Description

Determines whether this policy grants delete table permission (True) or not (False).

The delete table permission allows you to:

See Also