Description Returns a McDBType for a given Type Name configured for the current identity.
-
Return Type
-
A McDBType object. Returns a McDBType (SUCCESSFUL) for a given Type Name configured for the current identity. Failure Returns Nothing Failure conditions: * Invalid argument * No associated Database McDBNode * No access to the associated Database McDBNode * Not a Journal Node * Journal Node does not have a LinkSource attribute
-
Syntax
-
object.GetJournalType (sDBTypeName)
The GetJournalType Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | sDBTypeName | Required. A String value. The McDBType.Name property of the needed configuration. | Remarks Each identity may customized each McDBType. When a McDatabase does not have a particular McDBType, this function may be used to determine the correct configuration. When the Journal does not contain the requested sDBTypeName, the database will be created in the journal using the order specified below. Order in evaluating the returned McDBType: 1. Journal Database instance 2. Journal Database copied from "Template" Database instance 3. Journal Database copied from Configured by the server (McDataHandler) supporting this McDBType
|