ObjectTranslationCollection Class

Definition

Collection of ObjectTranslation objects.

public sealed class ObjectTranslationCollection : Microsoft.AnalysisServices.Tabular.MetadataObjectCollection<Microsoft.AnalysisServices.Tabular.ObjectTranslation,Microsoft.AnalysisServices.Tabular.Culture>
type ObjectTranslationCollection = class
    inherit MetadataObjectCollection<ObjectTranslation, Culture>
Public NotInheritable Class ObjectTranslationCollection
Inherits MetadataObjectCollection(Of ObjectTranslation, Culture)
Inheritance

Properties

Count

Returns a count of the items in the collection.

(Inherited from MetadataObjectCollection<T,P>)
IsReadOnly

A Boolean indicating whether the collection is read-only.

(Inherited from MetadataObjectCollection<T,P>)
Item[Int32]

Indexes by the object's index position in the collection.

(Inherited from MetadataObjectCollection<T,P>)
Item[MetadataObject, TranslatedProperty]

Gets an object storing translation metadata.

Parent

Gets the parent object of the MetadataObject collection.

(Inherited from MetadataObjectCollection<T,P>)

Methods

Add(T)

Add by Type.

(Inherited from MetadataObjectCollection<T,P>)
Clear()

Empties the collection of all objects.

(Inherited from MetadataObjectCollection<T,P>)
Contains(T)

A Boolean specifying whether the collection contains objects by Type.

(Inherited from MetadataObjectCollection<T,P>)
CopyTo(T[], Int32)

Copies a collection to another object in the Model tree.

(Inherited from MetadataObjectCollection<T,P>)
GetEnumerator()

Enumerates the items in a collection.

(Inherited from MetadataObjectCollection<T,P>)
IndexOf(T)

Index lookup by Type.

(Inherited from MetadataObjectCollection<T,P>)
Remove(T)

Remove by Type.

(Inherited from MetadataObjectCollection<T,P>)
SetTranslation(MetadataObject, TranslatedProperty, String)

Sets a translation for a property of a metadata object.

Explicit Interface Implementations

ICollection<T>.Clear() (Inherited from MetadataObjectCollection<T,P>)
ICollection<T>.CopyTo(T[], Int32) (Inherited from MetadataObjectCollection<T,P>)
ICollection<T>.Count (Inherited from MetadataObjectCollection<T,P>)
ICollection<T>.IsReadOnly (Inherited from MetadataObjectCollection<T,P>)
ICollection<T>.Remove(T) (Inherited from MetadataObjectCollection<T,P>)
IEnumerable.GetEnumerator() (Inherited from MetadataObjectCollection<T,P>)
IEnumerable<T>.GetEnumerator() (Inherited from MetadataObjectCollection<T,P>)

Applies to