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