OperatorTypeToString 方法
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public Shared Function OperatorTypeToString ( _
type As OperatorType _
) As String
用法
Dim type As OperatorType
Dim returnValue As String
returnValue = ExpressionNodeOperator.OperatorTypeToString(type)
public static string OperatorTypeToString(
OperatorType type
)
public:
static String^ OperatorTypeToString(
OperatorType type
)
static member OperatorTypeToString :
type:OperatorType -> string
public static function OperatorTypeToString(
type : OperatorType
) : String