ExpressionNodeOperator.OperatorTypeToString メソッド

演算子の種類を type パラメーターから文字列値として取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function OperatorTypeToString ( _
    type As OperatorType _
) As String
'使用
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

パラメーター

戻り値

型: System.String
演算子の種類を示す文字列値です。

関連項目

参照

ExpressionNodeOperator クラス

Microsoft.SqlServer.Management.Dmf 名前空間