Location Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

DscLocationEnum

DscLocationEnum can be one of these DscLocationEnum constants.
dscClient
dscServer
dscSystem
 

expression.Location

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property controls where calculated fields are evaluated. When this property is set to dscServer, the expression is included in the SQL string 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.