Partilhar via


Propriedade do RDL ExpressionNodeOperator.OpType

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

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

Sintaxe

'Declaração
Public ReadOnly Property OpType As OperatorType 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

ExpressionNodeOperator Classe

Namespace Microsoft.SqlServer.Management.Dmf