OleDbSchemaGuid.DbInfoLiterals 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會傳回文字命令中所使用之提供者特定常值 (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 就會產生 。