ExpressionNode.Type Property
Gets the type of expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property Type As ExpressionNodeType
Get
'Usage
Dim instance As ExpressionNode
Dim value As ExpressionNodeType
value = instance.Type
public ExpressionNodeType Type { get; }
public:
property ExpressionNodeType Type {
ExpressionNodeType get ();
}
member Type : ExpressionNodeType
function get Type () : ExpressionNodeType
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNodeType
An ExpressionNodeType value that specifies the part of an expression that is represented by the expression node.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.