Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
facet As Type _
) As ExpressionNode
'Usage
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
Parameters
- input
Type: System.String
A String value that specifies the string to be parsed.
- facet
Type: System.Type
A Type value that specifies the type of object.
Return Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies part of an expression.