ModelComponent.Annotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取您可在其中存储自定义数据的集合。
[System.ComponentModel.Browsable(false)]
public virtual Microsoft.AnalysisServices.AnnotationCollection Annotations { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Annotations : Microsoft.AnalysisServices.AnnotationCollection
Public Overridable ReadOnly Property Annotations As AnnotationCollection
属性值
自定义数据元素(批注)的集合。
- 属性