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 版支援此命名空間、類別或成員。