Proprietà ExpressionNodeOperator.OpType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OpType As OperatorType 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ExpressionNodeOperator Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf