Partager via


Méthode ExpressionNode.ResolveEnum

Resolves the enumeration conflicts encountered during the process.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Protected Shared Function ResolveEnum ( _
    stringObjType As String, _
    stringValue As String _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf