Condividi tramite


Classe AttributeTranslation

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")> _
Public NotInheritable Class AttributeTranslation _
    Inherits Translation
'Utilizzo
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

Nel tipo AttributeTranslation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AttributeTranslation() Initializes a new instance of the AttributeTranslation class, using default values.
Metodo pubblico AttributeTranslation(Int32) Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter.
Metodo pubblico AttributeTranslation(Int32, String) Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Caption Gets or sets the caption to be used for display by clients. Ereditato da Translation.
Proprietà pubblica CaptionColumn Gets or sets the data item, CaptionColumn, that is associated with the AttributeTranslation object.
Proprietà pubblica CollectionCaption Gets or sets the collection caption of the translation. Ereditato da Translation.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Description Gets or sets the description of a translation. Ereditato da Translation.
Proprietà pubblica DisplayFolder Gets or sets the display folder of a translation. Ereditato da Translation.
Proprietà protetta FriendlyName Infrastruttura. Gets the friendly name of the translation. Ereditato da Translation.
Proprietà protetta KeyForCollection Infrastruttura. Gets the value of the key for the collection. Ereditato da Translation.
Proprietà pubblica Language Gets or sets the language defined by a locale identifier code for a Translation. Ereditato da Translation.
Proprietà pubblica MembersWithDataCaption Gets or sets the members with a data caption associated with an AttributeTranslation object.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the parent dimension attribute of the AttributeTranslation object.
Proprietà pubblica ParentDatabase Gets the parent Database associated with the AttributeTranslation object.
Proprietà pubblica ParentDimension Gets the parent Dimension associated with the AttributeTranslation object.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica SourceDescription Gets or sets the source description of the attribute.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new, full copy of an object. Esegue l'override di Translation.Clone().
Metodo pubblico CopyTo(AttributeTranslation) Copies an AttributeTranslation object to the specified object.
Metodo pubblico CopyTo(Translation) Copies an Translation to the specified object. Ereditato da Translation.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the attribute translation is valid. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a copy of the Translation object. Ereditato da Translation.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices