다음을 통해 공유


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

매개 변수

반환 값

유형: System.Object
The enumeration conflicts that are encountered during the process.

참고 항목

참조

ExpressionNode 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스