ModelComponent.Annotations 속성

Gets a collection within which you can store custom data.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Annotations As AnnotationCollection 
    Get
‘사용 방법
Dim instance As ModelComponent 
Dim value As AnnotationCollection 

value = instance.Annotations
[BrowsableAttribute(false)]
public virtual AnnotationCollection Annotations { get; }
[BrowsableAttribute(false)]
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get ();
}
[<BrowsableAttribute(false)>]
abstract Annotations : AnnotationCollection
[<BrowsableAttribute(false)>]
override Annotations : AnnotationCollection
function get Annotations () : AnnotationCollection

속성 값

유형: Microsoft.AnalysisServices.AnnotationCollection
A collection of custom data elements (annotations).

참고 항목

참조

ModelComponent 클래스

Microsoft.AnalysisServices 네임스페이스