Description Returns the sum of the storage used (in bytes) by McDBNode references stored in the Selection.
-
Return Type
-
A Currency value. A Currency with the Sum. Failure Returns 0. Failure conditions: * None of the McDataNodeRefs had a McDataHandler supporting the NodeGetDataSize function. * McDataNodeRef::Node could Not be de-referenced. * Problem in the McDataHandler.
-
Syntax
-
object.Size (ecbOfWhat, [sDisplayName])
The Size Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodes. | | ecbOfWhat | Required. A mcDataCountBytes enumeration, as described in settings. Method of calculation. See McDataCountBytes. | | sDisplayName | Optional. A String value. An identifier specifying a particular McDataSource implementation. | Settings The settings for ecbOfWhat are:
 | mcdatcb_ActualData | 0 |
Dereferenced (amount of storage for serialized object itself).
|
 | mcdatcb_DataStorage | 1 |
Storage displacement (actually stored in the database node).
|
Remarks The total will be of best effort quality.
|