次の方法で共有


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 それ以外の場合は 。

適用対象