共用方式為


ConnectionStringsExpressionBuilder.ParseExpression 方法

定義

傳回物件,表示剖析的運算式。

public:
 override System::Object ^ ParseExpression(System::String ^ expression, Type ^ propertyType, System::Web::Compilation::ExpressionBuilderContext ^ context);
public override object ParseExpression (string expression, Type propertyType, System.Web.Compilation.ExpressionBuilderContext context);
override this.ParseExpression : string * Type * System.Web.Compilation.ExpressionBuilderContext -> obj
Public Overrides Function ParseExpression (expression As String, propertyType As Type, context As ExpressionBuilderContext) As Object

參數

expression
String

宣告式運算式的值。

propertyType
Type

運算式的目標型別。

context
ExpressionBuilderContext

控制項或頁面的屬性。

傳回

Object,包含運算式的剖析表示。

備註

Object 回的 是 型別 Pair。 這個 Pair 物件可以傳遞至 EvaluateExpression 方法與 GetCodeExpression 方法做為 parsedData。 物件 Pair 包含連接字串的名稱和值。

適用於

另請參閱