Método OperatorTypeFromString
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .OperatorType
Consulte também