共用方式為


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 命名空間