ColumnOperation.IsStored 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個屬性所對應的計算資料行值是否儲存在資料庫中,或是在讀取時計算。
public virtual bool? IsStored { get; set; }
member this.IsStored : Nullable<bool> with get, set
Public Overridable Property IsStored As Nullable(Of Boolean)
屬性值
適用於