IndexedSqlKnowledgeSourceParameters.ContentColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional column mappings for content fields. If omitted, all columns are auto-discovered.
public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.ContentColumnMapping> ContentColumns { get; }
member this.ContentColumns : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.ContentColumnMapping>
Public ReadOnly Property ContentColumns As IList(Of ContentColumnMapping)