MetaColumn.IsLongString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示資料欄位型別是否可包含長字串。
public:
property bool IsLongString { bool get(); };
public bool IsLongString { get; }
member this.IsLongString : bool
Public ReadOnly Property IsLongString As Boolean
屬性值
如果資料欄位型別可包含長字串則為 true
,否則為 false
。
備註
SQL 類型 text
、 ntext
、 varchar
和 nvarchar
可以包含長字串。 屬性的值 IsLongString 是用來判斷是否要顯示 TextBox 或 TextArea 欄位範本,讓使用者修改域值。