Compartilhar via


Classe AttributeTranslation

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

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.Translation
          Microsoft.AnalysisServices.AttributeTranslation

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")> _
Public NotInheritable Class AttributeTranslation _
    Inherits Translation
'Uso
Dim instance As AttributeTranslation
[GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public sealed class AttributeTranslation : Translation
[GuidAttribute(L"D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public ref class AttributeTranslation sealed : public Translation
[<SealedAttribute>]
[<GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")>]
type AttributeTranslation =  
    class 
        inherit Translation 
    end
public final class AttributeTranslation extends Translation

O tipo AttributeTranslation expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AttributeTranslation() Initializes a new instance of the AttributeTranslation class, using default values.
Método público AttributeTranslation(Int32) Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter.
Método público AttributeTranslation(Int32, String) Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade pública Caption Gets or sets the caption to be used for display by clients. (Herdado de Translation.)
Propriedade pública CaptionColumn Gets or sets the data item, CaptionColumn, that is associated with the AttributeTranslation object.
Propriedade pública CollectionCaption Gets or sets the collection caption of the translation. (Herdado de Translation.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública Description Gets or sets the description of a translation. (Herdado de Translation.)
Propriedade pública DisplayFolder Gets or sets the display folder of a translation. (Herdado de Translation.)
Propriedade protegida FriendlyName Infraestrutura. Gets the friendly name of the translation. (Herdado de Translation.)
Propriedade protegida KeyForCollection Infraestrutura. Gets the value of the key for the collection. (Herdado de Translation.)
Propriedade pública Language Gets or sets the language defined by a locale identifier code for a Translation. (Herdado de Translation.)
Propriedade pública MembersWithDataCaption Gets or sets the members with a data caption associated with an AttributeTranslation object.
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the parent dimension attribute of the AttributeTranslation object.
Propriedade pública ParentDatabase Gets the parent Database associated with the AttributeTranslation object.
Propriedade pública ParentDimension Gets the parent Dimension associated with the AttributeTranslation object.
Propriedade pública Site (Herdado de Component.)
Propriedade pública SourceDescription Gets or sets the source description of the attribute.

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Creates a new, full copy of an object. (Substitui Translation.Clone().)
Método público CopyTo(AttributeTranslation) Copies an AttributeTranslation object to the specified object.
Método público CopyTo(Translation) Copies an Translation to the specified object. (Herdado de Translation.)
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Infraestrutura. Returns a string that represents the current object. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público 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. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the attribute translation is valid. (Substitui ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a copy of the Translation object. (Herdado de Translation.)
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices