ExpressionNode.Parse メソッド (String, Type)

指定した文字列を解析します。

名前空間:  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
    オブジェクトの型を示す Type 値です。

戻り値

型: Microsoft.SqlServer.Management.Dmf.ExpressionNode
式の一部を示す ExpressionNode オブジェクト値です。

関連項目

参照

ExpressionNode クラス

Parse オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間