ObjectTranslationCollection.SetTranslation Method
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.
Sets a translation for a property of a metadata object.
public void SetTranslation (Microsoft.AnalysisServices.Tabular.MetadataObject translatedObj, Microsoft.AnalysisServices.Tabular.TranslatedProperty translatedProp, string value);
member this.SetTranslation : Microsoft.AnalysisServices.Tabular.MetadataObject * Microsoft.AnalysisServices.Tabular.TranslatedProperty * string -> unit
Public Sub SetTranslation (translatedObj As MetadataObject, translatedProp As TranslatedProperty, value As String)
Parameters
- translatedObj
- MetadataObject
Metadata object whose property is being translated.
- translatedProp
- TranslatedProperty
Property that is being translated.
- value
- String
Translated value of the property.