|
|
6. Fields Collection
Method
เมธอด |
การส่งออก |
คำอธิบาย |
Append |
|
เพิ่มอ๊อบเจค Field เข้าสู่ Fields collection |
Delete |
|
ลบอ๊อบเจค Field ออกจาก Fields collectionู่ |
Refresh |
|
ปรับปรุงอ๊อบเจค Field ใน Fields collection |
Property
คุณสมบัติ
|
การส่งออก |
คำอธิบาย |
Count |
Long |
ระบุจำนวนของอ๊อบเจค Field ใน Fields collection (เป็นแบบอ่านอย่างเดียว) |
Item |
Field Object |
การยอมให้ใช้ดัชนีใน Fields collection สำหรับการอ้างอิงอ๊อบเจค Field (เป็นแบบอ่านอย่างเดียว) |
ไวยากรณ์ของเมธอด
เมธอด
|
ไวยากรณ์ |
Append |
fields.Append(Name As String, Type As DataTypeEnum, DefinedSize As Integer, Attrib As FieldAttributeEnum) |
Delete |
fields.Delete |
Refresh |
fields.Refresh |
|
1
|
|