OleDbSchemaGuid.DbInfoKeywords 字段

定义

返回提供程序特定的关键字的列表。

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

字段值

注解

使用 DbInfoKeywords 等效于调用 OLE DB IDBInfo::GetKeywords 接口。 关键字列表作为 DataTable 返回,其中包含一个名为“Keyword”的列。 提供程序返回的每个关键字 (keyword) 都将位于 DataTable 中自己的行中。

适用于