AltMDCFile Property
The AltMDCFile property specifies an alternate filename for the cube.
Syntax
object .AltMDCFile
Applies To
Discussion
Use this property to specify a filename to use when the cube is in use by another application. For this property to be enabled, the UseAltMDCFile property must be set to true.
You can use the IsMDCInUse property to check if a cube is in use.
This is an optional property. When the UseAltMDCFile property is set to true, the alternate filename can be specified using this property. If this property is not set, then Transformer automatically uses a default alternate name. Transformer appends a digit to the end of the filename starting from one up to one hundred until a filename is accepted.
Type
String
Access
Read/Write