Поделиться через


Класс Translation

Provides a localized translation for its parent object.

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("14E12A78-5BD7-41cd-815B-CC5826265866")> _
Public Class Translation _
    Inherits ModelComponent _
    Implements ICloneable
'Применение
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

Тип Translation обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Translation() () () () Initializes a new instance of Translation using the default values.
Открытый метод Translation(Int32) Initializes a new instance of Translation providing a language parameter.
Открытый метод Translation(Int32, String) Initializes a new instance of Translation using language and caption information.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от ModelComponent.)
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Caption Gets or sets the caption to be used for display by clients.
Открытое свойство Container (Производный от Component.)
Открытое свойство Description Gets or sets the Description of a Translation.
Защищенное свойство DesignMode (Производный от Component.)
Открытое свойство DisplayFolder Gets or sets the [PP:Microsoft.AnalysisServices.Translation.DisplayFolder] of a Translation.
Защищенное свойство Events (Производный от Component.)
Защищенное свойство FriendlyName Инфраструктура. (Переопределяет ModelComponent. . :: . .FriendlyName.)
Защищенное свойство KeyForCollection Инфраструктура. (Переопределяет ModelComponent. . :: . .KeyForCollection.)
Открытое свойство Language Gets or sets the Language defined by a locale identifier code for a Translation.
Открытое свойство OwningCollection Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.)
Открытое свойство Parent Инфраструктура. (Производный от ModelComponent.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. (Производный от ModelComponent.)
Открытый метод Clone Creates a new, full copy of an object.
Защищенный метод CopyTo(ModelComponent) Инфраструктура. (Производный от ModelComponent.)
Открытый метод CopyTo(Translation) Copies an Action to the specified object.
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод Reset Инфраструктура. (Производный от ModelComponent.)
Открытый метод Submit() () () () Инфраструктура. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. (Производный от ModelComponent.)
Открытый метод ToString Инфраструктура. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от 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. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean, ServerEdition) (Производный от ModelComponent.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone
Явная реализация интерфейсаЗакрытое свойство IHostableComponent. . :: . .Host (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .FriendlyPath (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .OwningCollection (Производный от ModelComponent.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник