OleDbSchemaGuid.DbInfoKeywords 字段

定义

返回提供程序特定的关键字的列表。Returns a list of provider-specific keywords.

public: static initonly Guid DbInfoKeywords;
public static readonly Guid DbInfoKeywords;
 staticval mutable DbInfoKeywords : Guid
Public Shared ReadOnly DbInfoKeywords As Guid 

字段值

Guid

注解

使用 DbInfoKeywords 等效于调用 OLE DB IDBInfo:: GetKeywords 接口。Using DbInfoKeywords is equivalent to calling the OLE DB IDBInfo::GetKeywords interface. 关键字列表作为带有名为 "关键字" 的单列的 DataTable 返回。The list of keywords is returned as a DataTable with a single column named "Keyword". 提供程序返回的每个关键字都将位于 DataTable 中各自的行上。Each keyword returned by the provider will be on its own row in the DataTable.

适用于