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.)
Ö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 CollectionCaption Gets or sets the collection caption of the translation. (Geerbt von Translation.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Description Gets or sets the description of a translation. (Geerbt von Translation.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the display folder of a translation. (Geerbt von Translation.)
Geschützte Eigenschaft FriendlyName Infrastruktur Gets the friendly name of the translation. (Geerbt von Translation.)
Geschützte Eigenschaft KeyForCollection Infrastruktur Gets the value of the key for the collection. (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.)
Öffentliche Eigenschaft SourceDescription Gets or sets the source description of the attribute.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur Removes the ModelComponent object before the cleanup. (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.
Öffentliche Methode CopyTo(Translation) Copies an Translation to the specified object. (Geerbt von Translation.)
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.)
Öffentliche Methode Submit() Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode ToString Infrastruktur Returns a string that represents the current object. (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) Indicates whether the attribute translation is valid. (Ü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 Creates a copy of the Translation object. (Geerbt von Translation.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace