共用方式為


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 命名空間