Compartir a través de


ExpressionNodeOperator.OperatorTypeFromString Método

Gets the operator type from its string representation supplied by the opType parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Function OperatorTypeFromString ( _
    opType As String _
) As OperatorType
'Uso
Dim opType As String 
Dim returnValue As OperatorType 

returnValue = ExpressionNodeOperator.OperatorTypeFromString(opType)
public static OperatorType OperatorTypeFromString(
    string opType
)
public:
static OperatorType OperatorTypeFromString(
    String^ opType
)
static member OperatorTypeFromString : 
        opType:string -> OperatorType
public static function OperatorTypeFromString(
    opType : String
) : OperatorType

Parámetros

  • opType
    Tipo: System.String
    A string value that contains the operator.

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Dmf.OperatorType
An OperatorType object.

Vea también

Referencia

ExpressionNodeOperator Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf