FilterNodeOperator.OpTypeToString 方法

Changes the operation type to String function. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Function OpTypeToString ( _
    type As FilterNodeOperator.Type _
) As String
用法
Dim type As FilterNodeOperator.Type 
Dim returnValue As String 

returnValue = FilterNodeOperator.OpTypeToString(type)
public static string OpTypeToString(
    FilterNodeOperator.Type type
)
public:
static String^ OpTypeToString(
    FilterNodeOperator.Type type
)
static member OpTypeToString : 
        type:FilterNodeOperator.Type -> string
public static function OpTypeToString(
    type : FilterNodeOperator.Type
) : String

参数

返回值

类型:System.String
The operation type.

请参阅

参考

FilterNodeOperator 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间