Description

Returns the method used to store McDBNode.Data content for a McDBType.

Return Type

A mcDataNodeStorageMethods enumeration.   The storage mode stored by the McDBType or mcdatnsm_NotSpecified when an error occurs. Attribute GetStorageMethod.VB_HelpID = 151XX Attribute GetStorageMethod.VB_Description = " YYY ." Attribute GetStorageMethod.VB_Description = " YYY ." Attribute GetStorageMethod.VB_HelpID = 151XX

Syntax

object.GetStorageMethod (sDatabaseLogicalName, sDBTypeName)

The GetStorageMethod Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
sDatabaseLogicalNameRequired. A String value. The McDBDatabase.Name for the McDBDatabase containing the storage method.
sDBTypeNameRequired. A String value.

Remarks

When a value is not stored the default mode will be mcdatnsm_StoreFilepath for "LOCAL"
McDatabases that reside on a fixed disk or RAM Disk otherwise mcdatnsm_StoreFileData.