sys.filetable_system_defined_objects (Transact-SQL)
顯示與 FileTable 相關的系統定義物件清單。 針對每個系統定義物件,各包含一個資料列。
當您建立 FileTable 時,同時會建立相關物件,例如條件約束和索引。 您不能改變或卸除這些物件,只在 FileTable 本身卸除時它們才會消失。
如需有關 FileTable 的詳細資訊,請參閱<FileTable (SQL Server)>。
資料行 |
資料類型 |
說明 |
---|---|---|
object_id |
int |
與 FileTable 相關的系統定義物件的物件識別碼。 參考 sys.objects 中的物件。 |
parent_object_id |
int |
父 FileTable 的物件識別碼。 參考 sys.objects 中的物件。 |