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 否则。

适用于