DataItemCollection Properties

Include Protected Members
Include Inherited Members

The DataItemCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of DataItem objects contained in the collection.
Public property Item Gets the DataItem at the specified index from the collection.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IList.IsFixedSize Gets a value that indicates whether the collection has a fixed size.
Explicit interface implemetationPrivate property IList.IsReadOnly Gets a value that indicates whether this DataItemCollection is read-only.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value that indicates whether access to the DataItemCollection is synchronized.
Explicit interface implemetationPrivate property IList.Item Gets or sets the element at the specified index.
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the DataItemCollection.

Top

See Also

Reference

DataItemCollection Class

Microsoft.AnalysisServices Namespace