RecordSource Property
The source of records provided in the Records properties.
Syntax
int GetRecordSource();
int SetRecordSource(int iRecordSource);
Possible Values
RS_ANSWER_SECTION(0), RS_NAME_SERVER_SECTION(1), RS_ADDITIONAL_RECORDS_SECTION(2)
Default Value
0
Remarks
This property contains the source of records provided in the Records properties and can have one of the following values:
rsAnswerSection (0) | Records answering the question/query. |
rsNameServerSection (1) | Records pointing toward an authoritative name server. |
rsAdditionalRecordsSection (2) | Records holding additional information. |
This property is not available at design time.
Data Type
Integer