次の方法で共有


SqlServerIndexAnnotations.SetInclude(IReadOnlyList<String>) メソッド

定義

使用中の のセマンティクスを使用して、含まれるプロパティ名の設定を RelationalAnnotations 試みます。

protected virtual bool SetInclude (System.Collections.Generic.IReadOnlyList<string> properties);
abstract member SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
override this.SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
Protected Overridable Function SetInclude (properties As IReadOnlyList(Of String)) As Boolean

パラメーター

properties
IReadOnlyList<String>

設定する値。

戻り値

True 注釈が設定されている場合は 。 false それ以外の場合は 。

適用対象