Share via


Translation-Klasse

Provides a localized translation for its parent object.

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

Syntax

'Declaration
<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")> _
Public Class Translation _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As Translation
[GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")]
public class Translation : ModelComponent, 
    ICloneable
[GuidAttribute(L"14E12A78-5BD7-41cd-815B-CC5826265866")]
public ref class Translation : public ModelComponent, 
    ICloneable
[<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")>]
type Translation =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class Translation extends ModelComponent implements ICloneable

Der Translation-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Translation() () () () Initializes a new instance of Translation using the default values.
Öffentliche Methode Translation(Int32) Initializes a new instance of Translation providing a language parameter.
Öffentliche Methode Translation(Int32, String) Initializes a new instance of Translation using language and caption information.

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.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Description Gets or sets the Description of a Translation.
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the [PP:Microsoft.AnalysisServices.Translation.DisplayFolder] of a Translation.
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName Infrastruktur (Überschreibt ModelComponent. . :: . .FriendlyName.)
Geschützte Eigenschaft KeyForCollection Infrastruktur (Überschreibt ModelComponent. . :: . .KeyForCollection.)
Öffentliche Eigenschaft Language Gets or sets the Language defined by a locale identifier code for a Translation.
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur (Geerbt von ModelComponent.)
Ö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.
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode CopyTo(Translation) Copies an Action to the specified object.
Ö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) (Geerbt von ModelComponent.)

Zum Anfang

Ereignisse

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

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone
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.