ObjectTranslationCollection.Item[MetadataObject, TranslatedProperty] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.