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

适用于