The list of fields, from the Input Table, that can participate in an attribute index. Any number of these fields can be part of the index. (In, Required)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property fields As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AddIndex
Dim value As Object
instance.fields = value
value = instance.fields |
| C# | |
|---|
public object fields {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also