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.