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:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRef.
ePathNodeOptional. A McDatPathNode enumeration, as described in settings.

Settings

The settings for ePathNode are:

ConstantValueDescription
 mcdatPN_Root0

Left most (root) of the path.

 mcdatPN_Parent1

Just left of the specified object (parent) in the path.

 mcdatPN_Specified2

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.