TypeType.TableSchema本頁導覽Type.TableSchema 傳回包含指定資料表類型之資料行 (例如結構描述) 描述的資料表。 Syntax Type.TableSchema( tableType as type) as table Remarks 傳回描述 tableType 之資料行的資料表。 如需結果資料表的描述,請參閱 Table.Schema 的文件。 Category Type