ExpressionNode.Parse 方法

定義

多載

名稱 Description
Parse(String)

解析輸入字串到 ExpressionNode

Parse(String, Type)

解析輸入字串到 ExpressionNode,並對給定的 Facet 進行驗證

Parse(String)

解析輸入字串到 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

參數

input
String

傳回

適用於

Parse(String, Type)

解析輸入字串到 ExpressionNode,並對給定的 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

參數

input
String
facet
Type

傳回

適用於