Share via


OleDbSchemaGuid.Statistics 欄位

定義

會傳回資料庫目錄中所定義的統計資料,此資料庫目錄是由指定使用者所擁有。

public: static initonly Guid Statistics;
public static readonly Guid Statistics;
 staticval mutable Statistics : Guid
Public Shared ReadOnly Statistics As Guid 

欄位值

備註

Statistics 對應至 OLE DB STATISTICS 數據列集。 除非另有指定,否則會依照下列順序傳回限制數據行。

限制數據行 CLR 資料型別 描述
TABLE_CATALOG string 目錄名稱。 如果提供者不支援目錄,則為 Null 值。
TABLE_SCHEMA string 未限定的架構名稱。 如果提供者不支持架構,則為 Null 值。
TABLE_NAME string 資料表名稱。

適用於