다음을 통해 공유


ExpressionNodeOperator.OperatorTypeToString 메서드

Gets the operator type as a string value from the type parameter.

네임스페이스:  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
A string value that specifies the operator type.

참고 항목

참조

ExpressionNodeOperator 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스