DataTable.DisplayExpression 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定會傳回用來在使用者介面中表示這個資料表之值的運算式。 DisplayExpression
屬性可讓您將這個資料表的名稱顯示在使用者介面中。
public:
property System::String ^ DisplayExpression { System::String ^ get(); void set(System::String ^ value); };
public string DisplayExpression { get; set; }
[System.Data.DataSysDescription("DataTableDisplayExpressionDescr")]
public string DisplayExpression { get; set; }
member this.DisplayExpression : string with get, set
[<System.Data.DataSysDescription("DataTableDisplayExpressionDescr")>]
member this.DisplayExpression : string with get, set
Public Property DisplayExpression As String
屬性值
一個顯示字串。
- 屬性