Freigeben über


AttributeTranslation-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der AttributeTranslation-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AttributeTranslation() () () () Initializes a new instance of the AttributeTranslation class, using default values.
Öffentliche Methode AttributeTranslation(Int32) Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter.
Öffentliche Methode AttributeTranslation(Int32, String) Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Caption Gets or sets the caption to be used for display by clients. (Geerbt von Translation.)
Öffentliche Eigenschaft CaptionColumn Gets or sets the data item, CaptionColumn, that is associated with the AttributeTranslation object.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Description Gets or sets the Description of a Translation. (Geerbt von Translation.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the [PP:Microsoft.AnalysisServices.Translation.DisplayFolder] of a Translation. (Geerbt von Translation.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName Infrastruktur (Geerbt von Translation.)
Geschützte Eigenschaft KeyForCollection Infrastruktur (Geerbt von Translation.)
Öffentliche Eigenschaft Language Gets or sets the Language defined by a locale identifier code for a Translation. (Geerbt von Translation.)
Öffentliche Eigenschaft MembersWithDataCaption Gets or sets the members with a data caption associated with an AttributeTranslation object.
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the parent dimension attribute of the AttributeTranslation object.
Öffentliche Eigenschaft ParentDatabase Gets the parent Database associated with the AttributeTranslation object.
Öffentliche Eigenschaft ParentDimension Gets the parent Dimension associated with the AttributeTranslation object.
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Clone Creates a new, full copy of an object. (Überschreibt Translation. . :: . .Clone() () () ().)
Öffentliche Methode CopyTo(AttributeTranslation) Copies an AttributeTranslation object to the specified object.
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode CopyTo(Translation) Copies an Action to the specified object. (Geerbt von Translation.)
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Reset Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit() () () () Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode ToString Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode 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. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) (Überschreibt ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone (Geerbt von Translation.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent. . :: . .Host (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .FriendlyPath (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .OwningCollection (Geerbt von ModelComponent.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.