Share via


ExpressionNode.Parse Method (String)

Parses the specified string.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    input As String _
) As ExpressionNode
'Usage
Dim input As String
Dim returnValue As ExpressionNode

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

Parameters

Return Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.