Returns or sets the location of the calculated field evaulation. Read/write dscLocationEnum.
Remarks
This property controls where calculated fields are evaluated. When this property is set to dscServer, the expression is included in the SQL sent to the database and must be in the correct SQL syntax for the database. When this property is set to dscClient, the expression is evaluated on the client computer using Visual Basic for Applications expressions.