IndexedSqlKnowledgeSource(String, IndexedSqlKnowledgeSourceParameters) Constructor
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.
Initializes a new instance of IndexedSqlKnowledgeSource.
public IndexedSqlKnowledgeSource(string name, Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSourceParameters indexedSqlParameters);
new Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSource : string * Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSourceParameters -> Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSource
Public Sub New (name As String, indexedSqlParameters As IndexedSqlKnowledgeSourceParameters)
Parameters
- name
- String
The name of the knowledge source.
- indexedSqlParameters
- IndexedSqlKnowledgeSourceParameters
The parameters for the SQL knowledge source.
Exceptions
name or indexedSqlParameters is null.