ObjectTranslationCollection 类

定义

ObjectTranslation 对象的集合。

public sealed class ObjectTranslationCollection : Microsoft.AnalysisServices.Tabular.MetadataObjectCollection<Microsoft.AnalysisServices.Tabular.ObjectTranslation,Microsoft.AnalysisServices.Tabular.Culture>
type ObjectTranslationCollection = class
    inherit MetadataObjectCollection<ObjectTranslation, Culture>
Public NotInheritable Class ObjectTranslationCollection
Inherits MetadataObjectCollection(Of ObjectTranslation, Culture)
继承

属性

Count

返回集合中项的计数。

(继承自 MetadataObjectCollection<T,P>)
IsReadOnly

指示集合是否为只读的布尔值。

(继承自 MetadataObjectCollection<T,P>)
Item[Int32]

按集合中对象的索引位置进行索引。

(继承自 MetadataObjectCollection<T,P>)
Item[MetadataObject, TranslatedProperty]

获取存储转换元数据的对象。

Parent

获取 MetadataObject 集合的父对象。

(继承自 MetadataObjectCollection<T,P>)

方法

Add(T)

按类型添加。

(继承自 MetadataObjectCollection<T,P>)
Clear()

清空所有对象的集合。

(继承自 MetadataObjectCollection<T,P>)
Contains(T)

一个布尔值,该值指定集合是否按类型包含对象。

(继承自 MetadataObjectCollection<T,P>)
CopyTo(T[], Int32)

将集合复制到 Model 树中的另一个对象。

(继承自 MetadataObjectCollection<T,P>)
GetEnumerator()

枚举集合中的项。

(继承自 MetadataObjectCollection<T,P>)
IndexOf(T)

按类型的索引查找。

(继承自 MetadataObjectCollection<T,P>)
Remove(T)

按类型删除。

(继承自 MetadataObjectCollection<T,P>)
SetTranslation(MetadataObject, TranslatedProperty, String)

设置元数据对象的属性的转换。

显式接口实现

ICollection<T>.Clear()

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
ICollection<T>.CopyTo(T[], Int32)

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
ICollection<T>.Count

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
ICollection<T>.IsReadOnly

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
ICollection<T>.Remove(T)

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
IEnumerable.GetEnumerator()

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)
IEnumerable<T>.GetEnumerator()

ObjectTranslation 对象的集合。

(继承自 MetadataObjectCollection<T,P>)

适用于