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 | |
---|---|---|
AttributeTranslation() | Initializes a new instance of the AttributeTranslation class, using default values. | |
AttributeTranslation(Int32) | Initializes a new instance of the AttributeTranslation class, using default values with a specified language parameter. | |
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 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
Caption | Gets or sets the caption to be used for display by clients. (Geerbt von 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. (Geerbt von Translation.) | |
Container | (Geerbt von Component.) | |
Description | Gets or sets the description of a translation. (Geerbt von Translation.) | |
DisplayFolder | Gets or sets the display folder of a translation. (Geerbt von Translation.) | |
FriendlyName | Infrastruktur Gets the friendly name of the translation. (Geerbt von Translation.) | |
KeyForCollection | Infrastruktur Gets the value of the key for the collection. (Geerbt von Translation.) | |
Language | Gets or sets the language defined by a locale identifier code for a Translation. (Geerbt von 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. (Geerbt von 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. | |
Site | (Geerbt von Component.) | |
SourceDescription | Gets or sets the source description of the attribute. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AddToContainer | Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.) | |
AfterInsert | Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.) | |
AfterMove | Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.) | |
AfterRemove | Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.) | |
BeforeRemove | Infrastruktur Removes the ModelComponent object before the cleanup. (Geerbt von ModelComponent.) | |
Clone | Creates a new, full copy of an object. (Überschreibt Translation.Clone().) | |
CopyTo(AttributeTranslation) | Copies an AttributeTranslation object to the specified object. | |
CopyTo(Translation) | Copies an Translation to the specified object. (Geerbt von Translation.) | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
RemoveFromContainer | Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.) | |
Submit() | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
Submit(Boolean) | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
ToString | Infrastruktur Returns a string that represents the current object. (Geerbt von ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von 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. (Geerbt von ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether the attribute translation is valid. (Überschreibt ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable.Clone | Creates a copy of the Translation object. (Geerbt von Translation.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.) | |
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.