OpType Propiedad
Gets the type of operator that is used in the expression.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .OperatorType
A OperatorType value that specifies the type of operator that is used in the expression.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también