說明
如下代碼創(chuàng)建新的 Table:
Dim obj As New Table
使用 Table 對象的屬性和集合,可以:
? | 使用 Name 屬性標識表。 |
? | 使用 Type 屬性確定表的類型。 |
? | 使用 Columns 集合訪問表的數(shù)據(jù)庫列。 |
? | 使用 Indexes 集合訪問表的索引。 |
? | 使用 Keys 集合訪問表的關鍵字。 |
? | 使用 ParentCatalog 屬性指定擁有表的 Catalog。 |
? | 使用 DateCreated 和 DateModified 屬性返回日期信息。 |
? | 使用 Properties 集合訪問特定提供者的表屬性。 |