IndexedSqlKnowledgeSourceParams(String) Constructor

Definition

Initializes a new instance of IndexedSqlKnowledgeSourceParams.

public IndexedSqlKnowledgeSourceParams(string knowledgeSourceName);
new Azure.Search.Documents.KnowledgeBases.Models.IndexedSqlKnowledgeSourceParams : string -> Azure.Search.Documents.KnowledgeBases.Models.IndexedSqlKnowledgeSourceParams
Public Sub New (knowledgeSourceName As String)

Parameters

knowledgeSourceName
String

The name of the index the params apply to.

Exceptions

knowledgeSourceName is null.

Applies to