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
パラメーター
- input
型: System. . :: . .String
解析する文字列を示す String 値です。
- facet
型: System. . :: . .Type
オブジェクトの型を示す Type 値です。
戻り値
型: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
式の一部を示す ExpressionNode オブジェクト値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。