ExpressionNodeFunction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function - returns object for given set of arguments
public sealed class ExpressionNodeFunction : Microsoft.SqlServer.Management.Dmf.ExpressionNodeChildren
type ExpressionNodeFunction = class
inherit ExpressionNodeChildren
Public NotInheritable Class ExpressionNodeFunction
Inherits ExpressionNodeChildren
- Inheritance
Constructors
ExpressionNodeFunction(ExpressionNodeFunction+Function, ExpressionNode[]) |
Creates Function node |
Properties
ChildrenList | (Inherited from ExpressionNodeChildren) |
Count |
Count of children nodes (Inherited from ExpressionNodeChildren) |
EnumerableChildrenList |
List of children nodes (Inherited from ExpressionNodeChildren) |
FunctionsDefinitions |
Function definition dictionary for consumption by the GUI |
FunctionType |
Type of Function |
LastEvaluationResult | (Inherited from ExpressionNode) |
ReturnType |
Return type |
Tag |
Node's Tag (Inherited from ExpressionNode) |
Type |
Type of the Node (read-only) (Inherited from ExpressionNode) |
TypeClass |
Node's TypeClass (Inherited from ExpressionNode) |
Methods
Add(ExpressionNode) |
Adds node to the list Does NOT check if the node added has the same Type as previously added nodes (Inherited from ExpressionNodeChildren) |
ConvertToFilterNode() | (Inherited from ExpressionNode) |
DeepClone() |
Deep clone of the current node. |
DeserializeProperties(XmlReader, Boolean) |
Deserializes Children nodes (Inherited from ExpressionNodeChildren) |
DeserializeResult(XmlReader) |
Deserializes Last Result (Inherited from ExpressionNode) |
DoConvertToFilterNode() | (Inherited from ExpressionNode) |
DoEnumAttributes(List<String>) |
Recursively enumerates Attributes (Inherited from ExpressionNodeChildren) |
EnumChildren() |
Enumerates Children of the Node (Inherited from ExpressionNodeChildren) |
EqualProperties(Object) |
Children node specific type comparison type and nullability of comparison object checked by caller (Equals) (Inherited from ExpressionNodeChildren) |
Equals(Object) |
Overriden Equals to support value comparison Inheritants implement EqualProperties method for type sepcific comparison (Inherited from ExpressionNode) |
Evaluate(FacetEvaluationContext, Boolean) |
Evaluates the node (tree) using supplied Management Facet context (Inherited from ExpressionNode) |
Evaluate(FacetEvaluationContext) |
Evaluates the node (tree) using supplied Management Facet context (Inherited from ExpressionNode) |
GetHashCode() |
Overriden to support overriden Equals (Inherited from ExpressionNode) |
GetResult() |
Result of the latest Evaluation (Inherited from ExpressionNode) |
GetResultString() |
Result of the latest Evaluation as a String (Inherited from ExpressionNode) |
ReadEndElement(XmlReader) |
Reads and verifies instance specific end node element (Inherited from ExpressionNode) |
Serialize(XmlWriter) |
Base serialization routine - creates start and end elements calls to virtual method SerializeProperties to output properties of particular node objectTypeName (Inherited from ExpressionNode) |
SerializeProperties(XmlWriter, Boolean) |
Serializes Children nodes (Inherited from ExpressionNodeChildren) |
SerializeResult(XmlWriter) |
Includes Last Result into serialization output (Inherited from ExpressionNode) |
SetFilterNodeCompatible(Boolean) | (Inherited from ExpressionNode) |
SetHasScript(Boolean) | (Inherited from ExpressionNode) |
SetNameConditionType(NameConditionType) | (Inherited from ExpressionNode) |
SetNodeType(ExpressionNodeType) | (Inherited from ExpressionNode) |
SetObjectName(String) | (Inherited from ExpressionNode) |
SetProperties() |
Sets class properties (HasScript, NameConditionType, ...) (Inherited from ExpressionNode) |
SetTypeClass(TypeClass) | (Inherited from ExpressionNode) |
ToString() |
Represents Expression as a string in T-SQL like syntax |
ToStringForDisplay() |
A special method to display some simple functions in UI in simplified form, cannot be parsed back |
ToStringForUrn() |
Represents Expression as a string in T-SQL like syntax, which can be used in URN (Inherited from ExpressionNode) |