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 则会生成 。