Each node has a type, and a type-specific interface, which is used to expose properties that are only possessed by nodes of the given type.
Public Member Functions | |
| HRESULT | ApplySubExpression ([in] VARIANT_BOOL ApplySubExpression) |
| Whether we apply sub-expression as well as use it for relationship. | |
| HRESULT | ApplySubExpression ([out, retval] VARIANT_BOOL *pApplySubExpression) |
| Whether we apply sub-expression as well as use it for relationship. | |
| HRESULT | Node ([out, retval] IDSSNode ppNode) |
| The node on which this time appears Node is a read-only property. | |
| HRESULT | Prompt ([in] IDSSPrompt *pPrompt) |
| The prompt used to define the relationship. | |
| HRESULT | Prompt ([out, retval] IDSSPrompt ppPrompt) |
| The prompt used to define the relationship. | |
| HRESULT | Relationship ([out, retval] IDSSRelationship ppRelationship) |
| The relationship used to relate the attributes Relationship is a read-only relationship valued property. | |
| HRESULT | UseSchema ([in] VARIANT_BOOL UseSchema) |
| Whether we use the relationship from the schema. | |
| HRESULT | UseSchema ([out, retval] VARIANT_BOOL *pUseSchema) |
| Whether we use the relationship from the schema. | |
|
|
Whether we apply sub-expression as well as use it for relationship.
|
|
|
Whether we apply sub-expression as well as use it for relationship.
|
|
|
The node on which this time appears Node is a read-only property. It returns the IDSSNode interface associated with this node. This interface contains methods and properties that are common to all types of nodes in expressions. In particular it contains methods used to navigate between different nodes in the expression.
|
|
|
The prompt used to define the relationship. Prompt is a read-write prompt-valued property. It contains a prompt that can be used to modify the relationship in this node.
|
|
|
The prompt used to define the relationship. Prompt is a read-write prompt-valued property. It contains a prompt that can be used to modify the relationship in this node.
|
|
|
The relationship used to relate the attributes Relationship is a read-only relationship valued property. It returns an interface with parameters used to specify a relationship. There are many ways to do this, and the interface has several enumeration properties used to specify join type, join attributes and so on.
|
|
|
Whether we use the relationship from the schema.
|
|
|
Whether we use the relationship from the schema.
|