共用方式為


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

適用於