AttributeTranslation Class

Definition

Represents a translation associated with an Attribute element. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public sealed class AttributeTranslation : Microsoft.AnalysisServices.Translation
[<System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")>]
type AttributeTranslation = class
    inherit Translation
Public NotInheritable Class AttributeTranslation
Inherits Translation
Inheritance
AttributeTranslation
Attributes

Constructors

AttributeTranslation()

Initializes a new instance of the AttributeTranslation class, using default values.

AttributeTranslation(Int32)

Initializes a new instance of the AttributeTranslation class, using the specified language.

AttributeTranslation(Int32, String)

Initializes a new instance of the AttributeTranslation class, using the specified language and caption.

Properties

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)
Description

Gets or sets the description of the translation.

(Inherited from Translation)
DisplayFolder

Gets or sets the display folder of the translation.

(Inherited from Translation)
FriendlyName

Gets a user-friendly name for the translation.

(Inherited from Translation)
KeyForCollection

Gets the value of the key used in collections.

(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.

SourceDescription

Gets or sets the description of the original source of the attribute data.

Methods

AddToContainer(IContainer)

Adds the 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()

Returns a clone of the object.

CopyTo(AttributeTranslation)

Copies the content of this object to another object (the destination).

CopyTo(ModelComponent)

Copies a ModelComponent object to the specified object.

(Inherited from ModelComponent)
CopyTo(Translation)

Copies the content of this object to another object (the destination).

(Inherited from Translation)
RemoveFromContainer(IContainer)

Removes the ModelComponent object from the specified container.

(Inherited from ModelComponent)
Reset()

Resets the component to an initial state.

(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.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Translation)
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to