OperatorTypeToString méthode
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function OperatorTypeToString ( _
type As OperatorType _
) As String
'Utilisation
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
Paramètres
Valeur de retour
Type : System. . :: . .String