SqlServerIndexAnnotations.SetInclude(IReadOnlyList<String>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试使用正在使用 的语义 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
否则。