ObjectTranslation Class
Updated: May 24, 2016
Represents the translations of metadata properties for the Culture parent object. Properties like the Name and Description of a metadata object can be translated. If they are not translated, the properties specified on the main object are used. The ObjectTranslation object has a weakly typed reference to the object that it is translating.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::ObjectTranslation
| Name | Description | |
|---|---|---|
![]() | ObjectTranslation() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Culture | Gets or sets the culture of the object translation. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the modified date and time of the object. |
![]() | Object | Gets or sets the translatable object for this property. |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | Property | Gets or sets the property of the object that is being translated. Possible values are as follows. Invalid (-1) Default invalid value. Caption (1) Object caption (shown instead of the name when available). Description (2) Object description. DisplayFolder (3) DisplayFolder property. |
![]() | Value | Gets or sets the value of the object translation. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a ObjectTranslation object. |
![]() | CopyFrom(ObjectTranslation^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(ObjectTranslation^) | Copies an ObjectTranslation object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

