Share via


ObjectTranslationCollection.Item[MetadataObject, TranslatedProperty] Property

Definition

Gets an object storing translation metadata.

public Microsoft.AnalysisServices.Tabular.ObjectTranslation this[Microsoft.AnalysisServices.Tabular.MetadataObject translatedObj, Microsoft.AnalysisServices.Tabular.TranslatedProperty translatedProp] { get; }
member this.Item(Microsoft.AnalysisServices.Tabular.MetadataObject * Microsoft.AnalysisServices.Tabular.TranslatedProperty) : Microsoft.AnalysisServices.Tabular.ObjectTranslation
Default Public ReadOnly Property Item(translatedObj As MetadataObject, translatedProp As TranslatedProperty) As ObjectTranslation

Parameters

translatedObj
MetadataObject

The Translation object.

translatedProp
TranslatedProperty

An enumeration that indicates which property is being translated.

Property Value

Returns the name-value pairs of the object name and property.

Applies to