ExpressionNodeOperator.OperatorTypeToString(OperatorType) Method

Definition

Symbolic repesentation of OperatorType (T-Sql style)

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static string OperatorTypeToString (Microsoft.SqlServer.Management.Dmf.OperatorType type);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member OperatorTypeToString : Microsoft.SqlServer.Management.Dmf.OperatorType -> string
Public Shared Function OperatorTypeToString (type As OperatorType) As String

Parameters

Returns

String
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to