IndexedSqlKnowledgeSourceParameters(String, String) Constructor

Definition

Initializes a new instance of IndexedSqlKnowledgeSourceParameters.

public IndexedSqlKnowledgeSourceParameters(string connectionString, string tableOrView);
new Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSourceParameters : string * string -> Azure.Search.Documents.Indexes.Models.IndexedSqlKnowledgeSourceParameters
Public Sub New (connectionString As String, tableOrView As String)

Parameters

connectionString
String

The connection string for the Azure SQL Database or SQL Managed Instance.

tableOrView
String

The name of the table or view to index. Can be schema-qualified (e.g., 'dbo.MyTable').

Exceptions

connectionString or tableOrView is null.

Applies to