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