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.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::MetadataObject
    Microsoft.AnalysisServices.Tabular::ObjectTranslation

public ref class ObjectTranslation sealed : MetadataObject

NameDescription
System_CAPS_pubmethodObjectTranslation()

Constructor.

NameDescription
System_CAPS_pubpropertyCulture

Gets or sets the culture of the object translation.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the modified date and time of the object.

System_CAPS_pubpropertyObject

Gets or sets the translatable object for this property.

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyProperty

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.

System_CAPS_pubpropertyValue

Gets or sets the value of the object translation.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a ObjectTranslation object.

System_CAPS_pubmethodCopyFrom(ObjectTranslation^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(ObjectTranslation^)

Copies an ObjectTranslation object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: