ExpressionNodeOperator.OpType Property

Gets the type of operator that is used in the expression.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property OpType As OperatorType
    Get
'Usage
Dim instance As ExpressionNodeOperator
Dim value As OperatorType

value = instance.OpType
public OperatorType OpType { get; }
public:
property OperatorType OpType {
    OperatorType get ();
}
member OpType : OperatorType
function get OpType () : OperatorType

Property Value

Type: Microsoft.SqlServer.Management.Dmf.OperatorType
A OperatorType value that specifies the type of operator that is used in the expression.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.