Description
The validity of this McDBTypes object.
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsValid
The IsValid Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBTypes. | Remarks
Working/Valid McDBTypes objects are always backed by a database. However, security settings, aborted transactions, object deletion, and other operations may cause the backing database to become unavailable. A McDBTypes in this state is not valid and will return OLE_E_BLANK (&H80040007) if it is accessed in any way.
|