Sets the TypedValue expressions.
Sets the TypedValue expressions.
Only works with the data types MFDatatypeLookup and MFDatatypeMultiSelectLookup.
Defines an optional data function for modifying the expression result. The data function availability depends on the evaluated data type.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
Sets the TypedValue expressions.
Visual Basic |
---|
Public Sub SetTypedValueExpression( _ ByVal DataType As MFDataType, _ ByVal ValueList As Long, _ ByVal PCBehavior As MFParentChildBehavior, _ Optional ByVal DataFunctionCall As DataFunctionCall = 0 _ ) |
Value | Description |
---|---|
MFDatatypeACL | The access control list (ACL). |
MFDatatypeBoolean | Boolean. |
MFDatatypeDate | Date. |
MFDatatypeFILETIME | FILETIME (a 64-bit integer). Not used in the properties. |
MFDatatypeFloating | A double-precision floating point. |
MFDatatypeInteger | A 32-bit integer. |
MFDatatypeInteger64 | A 64-bit integer. Not used in the properties. |
MFDatatypeLookup | Lookup (from a value list). |
MFDatatypeMultiLineText | Multi-line text. |
MFDatatypeMultiSelectLookup | Multiple selection from a value list. |
MFDatatypeText | Text. |
MFDatatypeTime | Time. |
MFDatatypeTimestamp | Timestamp. |
MFDatatypeUninitialized | Unknown type (not yet set to any type). |
Value | Description |
---|---|
MFParentChildBehaviorIncludeChildValues | Accepts matches to child values as well. |
MFParentChildBehaviorIncludeParentValues | Accepts matches to parent values as well. |
MFParentChildBehaviorNone | No special behavior. |
Defines an optional data function for modifying the expression result. The data function availability depends on the evaluated data type.
In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.
This expression type can be used to compare any property in an object with a right-hand value.