ExpressionNode.ResolveEnum 方法
Resolves the enumeration conflicts encountered during the process.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Protected Shared Function ResolveEnum ( _
stringObjType As String, _
stringValue As String _
) As Object
'用途
Dim stringObjType As String
Dim stringValue As String
Dim returnValue As Object
returnValue = ExpressionNode.ResolveEnum(stringObjType, _
stringValue)
protected static Object ResolveEnum(
string stringObjType,
string stringValue
)
protected:
static Object^ ResolveEnum(
String^ stringObjType,
String^ stringValue
)
static member ResolveEnum :
stringObjType:string *
stringValue:string -> Object
protected static function ResolveEnum(
stringObjType : String,
stringValue : String
) : Object
參數
- stringObjType
型別:System.String
A String string for the type of object.
- stringValue
型別:System.String
A String string corresponding to the value.
傳回值
型別:System.Object
The enumeration conflicts that are encountered during the process.