此頁沒有內(nèi)容條目
內(nèi)容

Table 對象

         

表示包括列、索引和關鍵字的數(shù)據(jù)庫表。

objcatal

parchildcoltableparacrosobjtable

spacespacespacespacespacespacespacespaceparmultcolcolum

spacespacespacespacespacespacespacespaceparmultcolindex

spacespacespacespacespacespacespacespaceparmultcolkeys

spacespacespacespacespacespacespacespaceparchildcolprope

說明

如下代碼創(chuàng)建新的 Table

Dim obj As New Table

使用 Table 對象的屬性和集合,可以:

?使用 Name 屬性標識表。

 

?使用 Type 屬性確定表的類型。

 

?使用 Columns 集合訪問表的數(shù)據(jù)庫列。

 

?使用 Indexes 集合訪問表的索引。

 

?使用 Keys 集合訪問表的關鍵字。

 

?使用 ParentCatalog 屬性指定擁有表的 Catalog

 

?使用 DateCreatedDateModified 屬性返回日期信息。

 

?使用 Properties 集合訪問特定提供者的表屬性。