TraceColumnCollection Class

 

Updated: May 24, 2016

Represents a collection of TraceColumn values.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::TraceColumnCollection

[GuidAttribute("83BC7AED-4D6F-4e61-B396-565A491185FB")]
public ref class TraceColumnCollection sealed : ICollection, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets the element at the specified index.

NameDescription
System_CAPS_pubmethodAdd(TraceColumn)

Adds the specified TraceColumn to this collection, where the object is identified by Name.

System_CAPS_pubmethodClear()

Removes all TraceColumn objects from the collection.

System_CAPS_pubmethodContains(TraceColumn)

A Boolean indicating whether the specified TraceColumn is in the collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(TraceColumn)

Removes the specified TraceColumn from this collection, where the object is identified by Name.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

Copies the elements of the collection to an array, starting at a particular index.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Defines an enumerator that iterates through a collection.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating whether the access to the TraceColumnCollection is synchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the collection.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: