AttributeTranslationCollection Class

 

Updated: May 24, 2016

Contains a collection of AttributeTranslation objects. This class cannot be inherited.

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

System::Object
  Microsoft.AnalysisServices::ModelComponentCollection
    Microsoft.AnalysisServices::TranslationCollection
      Microsoft.AnalysisServices::AttributeTranslationCollection

[GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public ref class AttributeTranslationCollection sealed : TranslationCollection

NameDescription
System_CAPS_pubpropertyCount

Gets the number of ModelComponent objects in the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubpropertyIsFixedSize

Gets a value indicating whether the ModelComponentCollection has a fixed size.(Inherited from ModelComponentCollection.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the ModelComponentCollection is read-only.(Inherited from ModelComponentCollection.)

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).(Inherited from ModelComponentCollection.)

System_CAPS_pubpropertyItem[Int32]

Gets the AttributeTranslation at the specified index from the collection.

System_CAPS_pubpropertyParent

Gets the IModelComponent that contains the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the ModelComponentCollection.(Inherited from ModelComponentCollection.)

NameDescription
System_CAPS_pubmethodAdd(AttributeTranslation^)

Adds an AttributeTranslation to the end of the collection.

System_CAPS_pubmethodAdd(Int32)

Creates and adds an AttributeTranslation, with the specified language, to the end of the collection.

System_CAPS_pubmethodAdd(Int32, String^)

Creates and adds an AttributeTranslation, with the specified language and caption, to the end of the collection.

System_CAPS_protmethodAdd(ModelComponent^)
System_CAPS_protmethodAdd(ModelComponent^, Boolean)
System_CAPS_pubmethodAdd(Translation^)

Adds a Translation to the end of the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodCanAdd(ModelComponent^, String^%)

Indicates whether the collection can add a ModelComponent.(Inherited from ModelComponentCollection.)

System_CAPS_protmethodChangeKey(String^, String^)

Changes the specified keys to the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodClear()

Removes all elements from the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodContains(AttributeTranslation^)

Indicates whether the collection contains the specified AttributeTranslation.

System_CAPS_pubmethodContains(Int32)

Indicates whether the collection contains a Translation with the specified language.(Inherited from TranslationCollection.)

System_CAPS_pubmethodContains(Translation^)

Indicates whether the collection contains a specified Translation.(Inherited from TranslationCollection.)

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFindByLanguage(Int32)

Indicates whether the collection contains a Translation with the specified language.(Inherited from TranslationCollection.)

System_CAPS_pubmethodGetByLanguage(Int32)

Indicates whether the collection contains an AttributeTranslation with the specified language.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can iterate through the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(AttributeTranslation^)

Gets the index of a specified AttributeTranslation.

System_CAPS_pubmethodIndexOf(Int32)

Gets the index of a Translation, with the specified language.(Inherited from TranslationCollection.)

System_CAPS_pubmethodIndexOf(Translation^)

Gets the index of a specified Translation.(Inherited from TranslationCollection.)

System_CAPS_pubmethodInsert(Int32, AttributeTranslation^)

Inserts an AttributeTranslation into the collection at the specified index.

System_CAPS_pubmethodInsert(Int32, Int32)

Creates and inserts an AttributeTranslation, with the specified language, into the collection at the specified index.

System_CAPS_protmethodInsert(Int32, ModelComponent^)
System_CAPS_pubmethodInsert(Int32, Translation^)

Inserts a Translation into the collection at the specified index.(Inherited from TranslationCollection.)

System_CAPS_pubmethodMove(AttributeTranslation^, Int32)

Moves an AttributeTranslation to a new index in the collection.

System_CAPS_pubmethodMove(Int32, Int32)

Moves an AttributeTranslation at the current specified index to a new specified index in the collection.

System_CAPS_pubmethodMove(Translation^, Int32)

Moves a Translation to a new index in the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodRemove(AttributeTranslation^)

Removes the specified AttributeTranslation from the collection.

System_CAPS_pubmethodRemove(AttributeTranslation^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified AttributeTranslation from this collection.

System_CAPS_protmethodRemove(IModelComponent^)

Removes the specified IModelComponent from the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodRemove(Int32)

Removes the Translation, with the specified language, from the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodRemove(Int32, Boolean)

Removes the Translation, with the specified language, from the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodRemove(Translation^)

Removes the specified Translation from the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodRemove(Translation^, Boolean)

Removes the specified Translation from the collection.(Inherited from TranslationCollection.)

System_CAPS_pubmethodRemoveAt(Int32)

Removes the IModelComponent at the specified index from the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodRemoveAt(Int32, Boolean)

Removes the IModelComponent at the specified index from the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventCollectionChanged

Occurs when the collection changes.(Inherited from ModelComponentCollection.)

System_CAPS_pubeventCollectionChanging

Occurs when the collection is changing.(Inherited from ModelComponentCollection.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIOnDemandLoadableCollection::BlockOnDemandLoad(Boolean)

Specifies the blocked demand load.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIModelComponentCollection::Contains(IModelComponent^)

Indicates whether the collection contains a specific value.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIModelComponentCollection::Remove(IModelComponent^)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIModelComponentCollection::Remove(IModelComponent^, Boolean)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

Adds an item to the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

Removes all items from the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

Indicates whether the collection contains a specific value.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

Determines the index of a specific item in the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

Inserts an item to the collection at the specified index.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

Removes the first occurrence of a specified object from the collection.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

Removes the item at the specified index.(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIOnDemandLoadableCollection::Loaded

(Inherited from ModelComponentCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

(Inherited from ModelComponentCollection.)

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: