AnnotationCollection 클래스

Contains a collection of Annotation objects. This class cannot be inherited.

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

구문

‘선언
<GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")> _
Public NotInheritable Class AnnotationCollection _
    Implements IList, ICollection, IEnumerable
‘사용 방법
Dim instance As AnnotationCollection
[GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")]
public sealed class AnnotationCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"660FA3D1-97B1-4c33-86AF-8F4381D4317E")]
public ref class AnnotationCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("660FA3D1-97B1-4c33-86AF-8F4381D4317E")>]
type AnnotationCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class AnnotationCollection implements IList, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..AnnotationCollection

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.