Partager via


Méthode ExpressionNode.Parse (String, Type)

Parses the specified string.

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

Syntaxe

'Déclaration
Public Shared Function Parse ( _
    input As String, _
    facet As Type _
) As ExpressionNode
'Utilisation
Dim input As String 
Dim facet As Type 
Dim returnValue As ExpressionNode 

returnValue = ExpressionNode.Parse(input, facet)
public static ExpressionNode Parse(
    string input,
    Type facet
)
public:
static ExpressionNode^ Parse(
    String^ input, 
    Type^ facet
)
static member Parse : 
        input:string * 
        facet:Type -> ExpressionNode
public static function Parse(
    input : String, 
    facet : Type
) : ExpressionNode

Paramètres

  • facet
    Type : System.Type
    A Type value that specifies the type of object.

Valeur de retour

Type : Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies part of an expression.

Voir aussi

Référence

ExpressionNode Classe

Surcharge Parse

Espace de noms Microsoft.SqlServer.Management.Dmf