Data.Cloud.AzureAPI.TTablePolicy.CanAddTable
Delphi
property CanAddTable: Boolean read FCanAddTable write FCanAddTable;
C++
__property bool CanAddTable = {read=FCanAddTable, write=FCanAddTable, 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 add table permission (True
) or not (False
).
The add table permission allows you to:
- Add entities to a table.