Parse 方法 (String)

Parses the specified string.

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

语法

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

参数

返回值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。