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 数据类型 Description
TABLE_CATALOG string 目录名称。 如果提供程序不支持目录,则为 null 值。
TABLE_SCHEMA string 未限定的架构名称。 如果提供程序不支持架构,则为 null 值。
TABLE_NAME string 表名。

适用于