SqlServerPropertyAnnotations.GetComputedColumnSql(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬性的計算 SQL 運算式集。
protected override string GetComputedColumnSql (bool fallback);
override this.GetComputedColumnSql : bool -> string
Protected Overrides Function GetComputedColumnSql (fallback As Boolean) As String
參數
- fallback
- Boolean
如果 true
已設定 ,且某些SQL Server特定 ValueGenerationStrategy ,則這個方法一律會傳回 null
,因為這些策略不會使用計算運算式。
傳回
計算運算式,如果尚未設定,則 null
為 。