OleDbSchemaGuid.DbInfoLiterals 字段

定义

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

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

字段值

注解

使用 DbInfoLiterals 等效于调用 OLE DB IDBInfo::GetLiteralInfo 接口或使用 常量调用 ADO Connection.OpenSchema 方法 adSchemaDBInfoLiterals

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

适用于