다음을 통해 공유


DataItem.Annotations 속성

Gets the collection object of all annotations to current DataItem.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.AnnotationCollection
An AnnotationCollection object that has all annotations to current DataItem.

참고 항목

참조

DataItem 클래스

Microsoft.AnalysisServices 네임스페이스