Description Returns the Object that is associated with a Journal Historic McDBNode.
-
Return Type
-
An IUnknown object. A stdole.IUnknown reference for the Object that is associated with the given McDBNode. Failure Returns Nothing. Failure conditions: * No Handler supports this function (mcdatSC_DBNode, mcdatnc_Open) * No object exists for the given McDBNode
-
Syntax
-
object.JournalToObject (pdbnodeJournal)
The JournalToObject Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | pdbnodeJournal | Required. A McDBNode object. A McDBNode reference that is a child of HistoryFolder. |
|