Metoda ExpressionNodeOperator.OperatorTypeToString
Pobiera typ operator jako wartość ciąg z type parametru.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function OperatorTypeToString ( _
type As OperatorType _
) As String
'Użycie
Dim type As OperatorType
Dim returnValue As String
returnValue = ExpressionNodeOperator.OperatorTypeToString(type)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static string OperatorTypeToString(
OperatorType type
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static String^ OperatorTypeToString(
OperatorType type
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member OperatorTypeToString :
type:OperatorType -> string
public static function OperatorTypeToString(
type : OperatorType
) : String
Parametry
- type
Typ: Microsoft.SqlServer.Management.Dmf.OperatorType
A OperatorType obiektu.
Wartość zwracana
Typ: System.String
Wartość ciąg, który określa typ operator.
Zobacz także