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

适用于