OleDbSchemaGuid.DbInfoLiterals 字段

返回在文本命令使用的提供程序特定的文本的列表。

**命名空间:**System.Data.OleDb
**程序集:**System.Data(在 system.data.dll 中)

语法

声明
Public Shared ReadOnly DbInfoLiterals As Guid
用法
Dim value As Guid

value = OleDbSchemaGuid.DbInfoLiterals
public static readonly Guid DbInfoLiterals
public:
static initonly Guid DbInfoLiterals
public static final Guid DbInfoLiterals
public static final var DbInfoLiterals : Guid

备注

使用 DbInfoLiterals 与调用 OLE DB IDBInfo::GetLiteralInfo 接口或带 adSchemaDBInfoLiterals 常数的 ADOConnection.OpenSchema 方法等效。

使用 GetOleDbSchemaTable 方法时,如果 schema 参数包含 DbInfoLiterals 的值并且 restrictions 参数包含一个或多个限制,则会生成 ArgumentException

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

OleDbSchemaGuid 类
OleDbSchemaGuid 成员
System.Data.OleDb 命名空间