OperatorTypeFromString 메서드
Gets the operator type from its string representation supplied by the opType parameter.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Shared Function OperatorTypeFromString ( _
opType As String _
) As OperatorType
‘사용 방법
Dim opType As String
Dim returnValue As OperatorType
returnValue = ExpressionNodeOperator.OperatorTypeFromString(opType)
public static OperatorType OperatorTypeFromString(
string opType
)
public:
static OperatorType OperatorTypeFromString(
String^ opType
)
static member OperatorTypeFromString :
opType:string -> OperatorType
public static function OperatorTypeFromString(
opType : String
) : OperatorType
매개 변수
- opType
유형: System. . :: . .String
A string value that contains the operator.
반환 값
유형: Microsoft.SqlServer.Management.Dmf. . :: . .OperatorType
An OperatorType object.