ExpressionNode.Parse 方法 (String, Type)

Parses the specified string.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Shared Function Parse ( _
    input As String, _
    facet As Type _
) As ExpressionNode
用法
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

参数

  • facet
    类型:System.Type
    A Type value that specifies the type of object.

返回值

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

请参阅

参考

ExpressionNode 类

Parse 重载

Microsoft.SqlServer.Management.Dmf 命名空间