共用方式為


OleDbSchemaGuid.DbInfoLiterals 欄位

定義

會傳回文字命令中所使用之提供者特定常值 (Literal) 的清單。

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 就會產生 。

適用於