Méthode OperatorTypeFromString

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

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

Syntaxe

'Déclaration
Public Shared Function OperatorTypeFromString ( _
    opType As String _
) As OperatorType
'Utilisation
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

Paramètres