Metodo ExpressionNodeOperator.OperatorTypeFromString

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

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

Sintassi

'Dichiarazione
Public Shared Function OperatorTypeFromString ( _
    opType As String _
) As OperatorType
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

ExpressionNodeOperator Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf