OleDbSchemaGuid.DbInfoKeywords Field
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.
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
Field Value
Remarks
Using DbInfoKeywords is equivalent to calling the OLE DB IDBInfo::GetKeywords interface. The list of keywords is returned as a DataTable with a single column named "Keyword". Each keyword returned by the provider will be on its own row in the DataTable.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.