Langage

ExpressionNode.Parse Méthode

Définition

Surcharges

Nom Description
Parse(String)

Analyse la chaîne d’entrée dans ExpressionNode

Parse(String, Type)

Analyse la chaîne d’entrée dans ExpressionNode et vérifie par rapport à la facette donnée

Parse(String)

Analyse la chaîne d’entrée dans ExpressionNode

public static Microsoft.SqlServer.Management.Dmf.ExpressionNode Parse(string input);
static member Parse : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Shared Function Parse (input As String) As ExpressionNode

Paramètres

input
String

Retours

S’applique à

Parse(String, Type)

Analyse la chaîne d’entrée dans ExpressionNode et vérifie par rapport à la facette donnée

public static Microsoft.SqlServer.Management.Dmf.ExpressionNode Parse(string input, Type facet);
static member Parse : string * Type -> Microsoft.SqlServer.Management.Dmf.ExpressionNode
Public Shared Function Parse (input As String, facet As Type) As ExpressionNode

Paramètres

input
String
facet
Type

Retours

S’applique à