sys.stats_columns (TRANSACT-SQL)sys.stats_columns (Transact-SQL)
SQL Server
Azure SQL Database
Azure Synapse Analytics (SQL DW)
Parallel Data Warehouse
SQL Server
Azure SQL Database
Azure Synapse Analytics (SQL DW)
Parallel Data Warehouse
1 行の一部である各列のデータを含むsys.stats統計。Contains a row for each column that is part of sys.stats statistics.
列名Column name | データ型Data type | 説明Description |
---|---|---|
object_idobject_id | intint | この列がその一部を構成するオブジェクトの ID です。ID of the object of which this column is part. |
stats_idstats_id | intint | この列がその一部を構成する統計の ID です。ID of the statistics of which this column is part. 統計、インデックスに対応する場合、 stats_id値は同じで、 index_id値、 sys.indexesカタログ ビューです。If statistics correspond to an index, the stats_id value is the same as the index_id value in the sys.indexes catalog view. |
stats_column_idstats_column_id | intint | 統計列のセット内の 1 から始まる序数です。1-based ordinal within set of stats columns. |
column_idcolumn_id | intint | 列の ID sys.columnsします。ID of the column from sys.columns. |
アクセス許可Permissions
カタログ ビューでのメタデータの表示が、ユーザーが所有しているかそのユーザーが権限を許可されている、セキュリティ保護可能なメタデータに制限されます。The visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. 詳細については、「 Metadata Visibility Configuration」を参照してください。For more information, see Metadata Visibility Configuration.
参照See Also
オブジェクト カタログ ビュー (Transact-SQL) Object Catalog Views (Transact-SQL)
カタログ ビュー (Transact-SQL) Catalog Views (Transact-SQL)
SQL Server システム カタログに対するクエリに関してよくあるご質問Querying the SQL Server System Catalog FAQ
統計 Statistics
sys.dm_db_stats_properties (Transact-SQL) sys.dm_db_stats_properties (Transact-SQL)
sys.dm_db_stats_histogram (TRANSACT-SQL) sys.dm_db_stats_histogram (Transact-SQL)
sys.stats (TRANSACT-SQL)sys.stats (Transact-SQL)
フィードバック
フィードバックを読み込んでいます...