Freigeben über


ExpressionNodeOperator.OpType-Eigenschaft

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

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ExpressionNodeOperator Klasse

Microsoft.SqlServer.Management.Dmf-Namespace