Description The represented object's Database physical database path (McDBDatabase.Path()).
-
Property type
-
A String value.
-
Syntax
-
object.DatabasePhysicalPath([ePathNode])
The DatabasePhysicalPath Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRef. | | ePathNode | Optional. A McDatPathNode enumeration, as described in settings. | Settings The settings for ePathNode are:
 | mcdatPN_Root | 0 |
Left most (root) of the path.
|
 | mcdatPN_Parent | 1 |
Just left of the specified object (parent) in the path.
|
 | mcdatPN_Specified | 2 |
Right most (specified) object in the path.
|
Remarks Server databases with be in format: Server:ServersLogicalName Ex:DbServer:TestDB Local databases with be in format: LOCAL:C:\Program Files\ImagePro\Databases\Journal This is a cached value and does not query the value at time of the invocation.
|