Attribute (OraMetaData) Method

Applies To

OraMetaData Object

Description

Returns the OraMDAttribute object at the specified index.

Arguments

[in] index
An integer index between 0 and count-1, or a String representing the name of an attribute.
Usage

Set OraMDAttribute = OraMetaData.Attribute(2)

Set OraMDAttribute = OraMetaData.Attribute("ColumnList")

Remarks

none