Partager via


Propriété ExpressionNodeOperator.OpType

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OpType As OperatorType 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ExpressionNodeOperator Classe

Espace de noms Microsoft.SqlServer.Management.Dmf