共用方式為


SqlServerPropertyAnnotations.CanSetComputedColumnSql(String) 方法

定義

檢查屬性的計算 SQL 運算式是否有效。

protected override bool CanSetComputedColumnSql (string value);
override this.CanSetComputedColumnSql : string -> bool
Protected Overrides Function CanSetComputedColumnSql (value As String) As Boolean

參數

value
String

要檢查的運算式。

傳回

True 如果設定此運算式有效則為 ; false 否則。

適用於