The following tables list the members exposed by XmlaPropertiesCollection.
Name | Description | |
---|---|---|
XmlaPropertiesCollection Constructor | Initializes a new instance of the XmlaPropertiesCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. | |
Clear | Removes all items from the ICollection. | |
Contains | Overloaded. Determines whether the collection contains a property with the specified name. | |
CopyTo | Copies the elements to the specified array. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
IndexOf | Determines the index of a specific item in the IList. | |
Insert | Inserts an item to the IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the ICollection. | |
RemoveAt | Removes the IList item at the specified index. | |
TryGetValue | Gets the property with the specified name. |