ExpressionNode.Parse 方法 (String, Type)
Parses the specified string.
命名空間: 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
A String value that specifies the string to be parsed.
- facet
型別:System.Type
A Type value that specifies the type of object.
傳回值
型別:Microsoft.SqlServer.Management.Dmf.ExpressionNode
An ExpressionNode object value that specifies part of an expression.