sys.filegroups (Transact-SQL)

適用于: Microsoft Fabric 中 Microsoft Fabric 倉儲中的 SQL Server Azure SQL Database Azure SQL 受控實例 Azure Synapse Analytics Analytics Platform System (PDW) SQL 端點

針對檔案群組的每個資料空間,各包含一個資料列。

資料行名稱 資料類型 描述
<繼承的資料行> -- 如需此檢視繼承的資料行清單,請參閱 sys.data_spaces (Transact-SQL)
filegroup_guid uniqueidentifier 檔案群組的 GUID。

Null = PRIMARY 檔案群組
log_filegroup_id int 僅供參考之用。 不支援。 我們無法保證未來的相容性。 在 SQL Server 中,值為 Null。
is_read_only bit 1 = 檔案群組是唯讀的。

0 = 檔案群組是可讀寫的。
is_autogrow_all_files bit 適用於:SQL Server 2016 (13.x) 和更新版本。

1 = 當檔案群組中的檔案符合自動成長閾值時,檔案群組中的所有檔案都會成長。

0 = 當檔案群組中的檔案符合自動成長閾值時,只有該檔案成長。 這是預設值。

權限

需要 public 角色的成員資格。 如需相關資訊,請參閱 Metadata Visibility Configuration

另請參閱

目錄檢視 (Transact-SQL)
資料空間 (Transact-SQL)