Partager via


Méthode ExpressionNode.ConvertFromString

Converts a type from a string value.

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

Syntaxe

'Déclaration
Protected Shared Function ConvertFromString ( _
    stringObjType As String, _
    stringValue As String _
) As Object
'Utilisation
Dim stringObjType As String 
Dim stringValue As String 
Dim returnValue As Object 

returnValue = ExpressionNode.ConvertFromString(stringObjType, _
    stringValue)
protected static Object ConvertFromString(
    string stringObjType,
    string stringValue
)
protected:
static Object^ ConvertFromString(
    String^ stringObjType, 
    String^ stringValue
)
static member ConvertFromString : 
        stringObjType:string * 
        stringValue:string -> Object
protected static function ConvertFromString(
    stringObjType : String, 
    stringValue : String
) : Object

Paramètres

Valeur de retour

Type : System.Object
A Object value that contains the converted type.

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf