Annotations 속성

Gets the collection object of all annotations to current object.

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

구문

‘선언
Public Overrides ReadOnly Property Annotations As AnnotationCollection
    Get
‘사용 방법
Dim instance As MajorObject
Dim value As AnnotationCollection

value = instance.Annotations
public override AnnotationCollection Annotations { get; }
public:
virtual property AnnotationCollection^ Annotations {
    AnnotationCollection^ get () override;
}
abstract Annotations : AnnotationCollection
override Annotations : AnnotationCollection
override function get Annotations () : AnnotationCollection

속성 값

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

주의

Annotations are only used in DataItem objects.