Description

Returns the status of the last usage of the McDBNode retrieved during ReferenceActivate method.

Return Type

A mcDatNodeAccessibility enumeration.   A mcdatNodeAccessibility with with the status of the ReferenceActive McDBNode access.
Failure Returns (See mcdatNodeAccessibility)..

Failure conditions:
* See mcdatNodeAccessibility

Syntax

object.ReferenceActivateStatus ([bQueryDetailFailure])

The ReferenceActivateStatus Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRef.
bQueryDetailFailureOptional. A Boolean value. When True, a Refresh is called in attempt to get detailed information about a mcdatNA_DatabaseInaccessible access.

Remarks

The status of the McDBNode cached during a successful ReferenceActivateStatus may change at any time. For more information see
McDBLib documentation for the McDBNode IsValid property. This property does actively test the IsValid property when a
ReferenceActive McDBNode exists. When IsValid is False, ReferenceActivateStatus returns mcdatNA_DatabaseInaccessible or attempts
to retrieve more information about the failure by calling Refresh the Reference when bQueryDetailFailure is True.