AttributeTranslation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与 Attribute 元素关联的翻译。 此类不能被继承。
[System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public sealed class AttributeTranslation : Microsoft.AnalysisServices.Translation
[<System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")>]
type AttributeTranslation = class
inherit Translation
Public NotInheritable Class AttributeTranslation
Inherits Translation
- 继承
- 属性
构造函数
AttributeTranslation() |
使用默认值初始化 AttributeTranslation 类的新实例。 |
AttributeTranslation(Int32) |
使用指定语言初始化 AttributeTranslation 类的新实例。 |
AttributeTranslation(Int32, String) |
使用指定语言和描述文字初始化 AttributeTranslation 类的新实例。 |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
Caption |
获取或设置要用于客户端显示的标题。 (继承自 Translation) |
CaptionColumn |
获取或设置与 AttributeTranslation 对象关联的数据项 CaptionColumn。 |
CollectionCaption |
获取或设置翻译的集合标题。 (继承自 Translation) |
Description |
获取或设置翻译的说明。 (继承自 Translation) |
DisplayFolder |
获取或设置翻译的显示文件夹。 (继承自 Translation) |
FriendlyName |
获取翻译的用户友好名称。 (继承自 Translation) |
KeyForCollection |
获取集合中使用的键的值。 (继承自 Translation) |
Language |
获取或设置由 Translation 的区域设置标识符代码定义的语言。 (继承自 Translation) |
MembersWithDataCaption |
获取或设置具有与 AttributeTranslation 对象关联的数据描述文字的成员。 |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取 AttributeTranslation 对象的父维度属性。 |
ParentDatabase |
获取与 AttributeTranslation 对象关联的父级数据库。 |
ParentDimension |
获取与 AttributeTranslation 对象关联的父级维度。 |
SourceDescription |
获取或设置属性数据原始源的说明。 |
方法
显式接口实现
ICloneable.Clone() |
表示与 Attribute 元素关联的翻译。 此类不能被继承。 (继承自 Translation) |
IHostableComponent.Host |
表示与 Attribute 元素关联的翻译。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
表示与 Attribute 元素关联的翻译。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
表示与 Attribute 元素关联的翻译。 此类不能被继承。 (继承自 ModelComponent) |