Analysis Services Programming
Item (OlapTreeNodes)
The Item property of an OlapTreeNodes collection retrieves a specified item from the collection.
Syntax
object.Item(Index)
object
An instance of the OlapTreeNodes collection.
Index
Specifies the index of the object to be retrieved from the collection. If it is an integer, Index specifies the ordinal position of the item in the collection. If it is a string, Index specifies the key assigned to the item when it was added to the collection.
Data Type
Remarks
Specifies the OlapTreeNode object when retrieving objects from this collection. If it is an integer, Index specifies the ordinal position of the item in the collection. If it is a string, Index specifies the key assigned to the item when it was added to the collection.