OperatorTypeToString Método
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function OperatorTypeToString ( _
type As OperatorType _
) As String
'Uso
Dim type As OperatorType
Dim returnValue As String
returnValue = ExpressionNodeOperator.OperatorTypeToString(type)
public static string OperatorTypeToString(
OperatorType type
)
public:
static String^ OperatorTypeToString(
OperatorType type
)
static member OperatorTypeToString :
type:OperatorType -> string
public static function OperatorTypeToString(
type : OperatorType
) : String
Parámetros
Valor devuelto
Tipo: System. . :: . .String