ExpressionNode.Parse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Parse(String) |
Parses input string into ExpressionNode |
Parse(String, Type) |
Parses input string into ExpressionNode and verifies against given Facet |
Parse(String)
Parses input string into 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
Parameters
- input
- String
Returns
Applies to
Parse(String, Type)
Parses input string into ExpressionNode and verifies against given Facet
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
Parameters
- input
- String
- facet
- Type