AttributeTranslation Class
Updated: May 24, 2016
Represents a translation associated with an Attribute element. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::ModelComponent
Microsoft.AnalysisServices::Translation
Microsoft.AnalysisServices::AttributeTranslation
| Name | Description | |
|---|---|---|
![]() | AttributeTranslation() | Initializes a new instance of the AttributeTranslation class, using default values. |
![]() | AttributeTranslation(Int32) | Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter. |
![]() | AttributeTranslation(Int32, String^) | Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets a collection within which you can store custom data.(Inherited from ModelComponent.) |
![]() | Caption | Gets or sets the caption to be used for display by clients.(Inherited from Translation.) |
![]() | CaptionColumn | Gets or sets the data item, CaptionColumn, that is associated with the AttributeTranslation object. |
![]() | CollectionCaption | Gets or sets the collection caption of the translation.(Inherited from Translation.) |
![]() | Container | (Inherited from Component.) |
![]() | Description | Gets or sets the description of a translation.(Inherited from Translation.) |
![]() | DisplayFolder | Gets or sets the display folder of a translation.(Inherited from Translation.) |
![]() | FriendlyName | Gets the friendly name of the translation.(Inherited from Translation.) |
![]() | KeyForCollection | Gets the value of the key for the collection.(Inherited from Translation.) |
![]() | Language | Gets or sets the language defined by a locale identifier code for a Translation.(Inherited from Translation.) |
![]() | MembersWithDataCaption | Gets or sets the members with a data caption associated with an AttributeTranslation object. |
![]() | OwningCollection | Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.) |
![]() | Parent | Gets the parent dimension attribute of the AttributeTranslation object. |
![]() | ParentDatabase | Gets the parent Database associated with the AttributeTranslation object. |
![]() | ParentDimension | Gets the parent Dimension associated with the AttributeTranslation object. |
![]() | Site | (Inherited from Component.) |
![]() | SourceDescription | Gets or sets the source description of the attribute. |
| Name | Description | |
|---|---|---|
![]() | AddToContainer(IContainer^) | Adds a ModelComponent object to the specified container.(Inherited from ModelComponent.) |
![]() | AfterInsert(Int32) | Displays a ModelComponent object after added to the specified index.(Inherited from ModelComponent.) |
![]() | AfterMove(Int32, Int32) | Displays a ModelComponent object after moving to the specified index.(Inherited from ModelComponent.) |
![]() | AfterRemove(ModelComponentCollection^) | Displays a ModelComponentCollection after a ModelComponent object is removed.(Inherited from ModelComponent.) |
![]() | BeforeRemove(Boolean) | Removes the ModelComponent object before the cleanup.(Inherited from ModelComponent.) |
![]() | Clone() | Creates a new, full copy of an object.(Overrides Translation::Clone().) |
![]() | CopyTo(AttributeTranslation^) | Copies an AttributeTranslation object to the specified object. |
![]() | CopyTo(Translation^) | Copies an Translation to the specified object.(Inherited from Translation.) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | RemoveFromContainer(IContainer^) | Removes a ModelComponent object from the specified container.(Inherited from ModelComponent.) |
![]() | Submit() | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | Submit(Boolean) | Submits a ModelComponent object.(Inherited from ModelComponent.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from ModelComponent.) |
![]() | Validate(ValidationErrorCollection^) | Validates the element to which it is appended; returns any errors encountered in a collection.(Inherited from ModelComponent.) |
![]() | Validate(ValidationErrorCollection^, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors.(Inherited from ModelComponent.) |
![]() | Validate(ValidationErrorCollection^, Boolean, ServerEdition) | Indicates whether the attribute translation is valid.(Overrides ModelComponent::Validate(ValidationErrorCollection^, Boolean, ServerEdition).) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a copy of the Translation object.(Inherited from Translation.) |
![]() ![]() | IHostableComponent::Host | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::FriendlyPath | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::OwningCollection | (Inherited from ModelComponent.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







