sys.filetable_system_defined_objects (Transact-SQL)

適用於:SQL Server

顯示與 FileTable 相關的系統定義物件清單。 針對每個系統定義的物件,各包含一個資料列。

當您建立 FileTable 時,會同時建立條件約束和索引等相關物件。 您不能改變或卸除這些物件,只有當 FileTable 本身卸除時它們才會消失。

如需 FileTable 的詳細資訊,請參閱 FileTables (SQL Server)

資料行 資料類型 描述
object_id int 與 FileTable 相關的系統定義物件識別碼。

參考 sys.objects 中的 物件。
parent_object_id int 父 FileTable 的物件識別碼。

參考 sys.objects 中的 物件。

另請參閱

建立、改變及卸除 FileTable
管理 FileTable