次の方法で共有


Parse メソッド (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
式の一部を示す ExpressionNode オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。