IndexedSqlKnowledgeSourceParameters(String, String) 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 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.