IndexedSqlKnowledgeSourceParameters.TableOrView 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.
The name of the table or view to index. Can be schema-qualified (e.g., 'dbo.MyTable').
public string TableOrView { get; set; }
member this.TableOrView : string with get, set
Public Property TableOrView As String