Discuss this help topic in SecureBlackbox Forum
Returns the number of aggregate privileges.
Declaration
[C#]
int AggregatedPrivilegeCount;
[VB.NET]
Property AggregatedPrivilegeCount As Integer
[Pascal]
property AggregatedPrivilegeCount : integer;
[C++]
int32_t get_AggregatedPrivilegeCount();
[PHP]
integer get_AggregatedPrivilegeCount()
[Java]
int getAggregatedPrivilegeCount();
Description
Use this property to check the number of the aggregate privileges.
Discuss this help topic in SecureBlackbox Forum