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 テーブル名。

適用対象