Share via


OleDbSchemaGuid.DbInfoKeywords 欄位

定義

會傳回提供者特定之關鍵字的清單。

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

欄位值

備註

Using DbInfoKeywords 相當於呼叫 OLE DB IDBInfo::GetKeywords 介面。 關鍵詞清單會以名為 「Keyword」 的單一數據行傳回為 DataTable。 提供者所傳回的每個關鍵詞都會位於DataTable中自己的數據列。

適用於