OleDbSchemaGuid.DbInfoLiterals 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回文本命令中使用的提供程序特定文本的列表。
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 。