OperatorTypeToString 메서드
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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