SqlServerIndexAnnotations.SetInclude(IReadOnlyList<String>) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Intenta establecer nombres de propiedad incluidos mediante la semántica de en RelationalAnnotations uso.
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
Parámetros
- properties
- IReadOnlyList<String>
Valor que se va a establecer.
Devoluciones
True si se estableció la anotación; false Lo contrario.