Класс AttributeTranslation
Represents a translation associated with an Attribute element. This class cannot be inherited.
Иерархия наследования
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.Translation
Microsoft.AnalysisServices.AttributeTranslation
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("D896905A-32A1-4bb9-96DA-4B8941A15EF0")> _
Public NotInheritable Class AttributeTranslation _
Inherits Translation
'Применение
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
Тип AttributeTranslation обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
Caption | Gets or sets the caption to be used for display by clients. (Производный от 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. (Производный от Translation.) | |
Container | (Производный от Component.) | |
Description | Gets or sets the description of a translation. (Производный от Translation.) | |
DisplayFolder | Gets or sets the display folder of a translation. (Производный от Translation.) | |
FriendlyName | Инфраструктура. Gets the friendly name of the translation. (Производный от Translation.) | |
KeyForCollection | Инфраструктура. Gets the value of the key for the collection. (Производный от Translation.) | |
Language | Gets or sets the language defined by a locale identifier code for a Translation. (Производный от 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. (Производный от 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 | (Производный от Component.) | |
SourceDescription | Gets or sets the source description of the attribute. |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. Adds a ModelComponent object to the specified container. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. Displays a ModelComponent object after added to the specified index. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. Displays a ModelComponent object after moving to the specified index. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. Displays a ModelComponentCollection after a ModelComponent object is removed. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. Removes the ModelComponent object before the cleanup. (Производный от ModelComponent.) | |
Clone | Creates a new, full copy of an object. (Переопределяет Translation.Clone().) | |
CopyTo(AttributeTranslation) | Copies an AttributeTranslation object to the specified object. | |
CopyTo(Translation) | Copies an Translation to the specified object. (Производный от Translation.) | |
CreateObjRef | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
Dispose | (Производный от Component.) | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
GetType | (Производный от Object.) | |
InitializeLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) | |
RemoveFromContainer | Инфраструктура. Removes a ModelComponent object from the specified container. (Производный от ModelComponent.) | |
Submit() | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) | |
Submit(Boolean) | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) | |
ToString | Инфраструктура. Returns a string that represents the current object. (Производный от 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) | Indicates whether the attribute translation is valid. (Переопределяет ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
События
Имя | Описание | |
---|---|---|
Disposed | (Производный от Component.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable.Clone | Creates a copy of the Translation object. (Производный от Translation.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Производный от ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Производный от ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.