Share via


QueryNotificationCollection 클래스

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

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

구문

‘선언
<GuidAttribute("BDC224CD-8541-41fb-B457-B90BC60F9AE4")> _
Public NotInheritable Class QueryNotificationCollection _
    Implements IList, ICollection, IEnumerable
‘사용 방법
Dim instance As QueryNotificationCollection
[GuidAttribute("BDC224CD-8541-41fb-B457-B90BC60F9AE4")]
public sealed class QueryNotificationCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"BDC224CD-8541-41fb-B457-B90BC60F9AE4")]
public ref class QueryNotificationCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("BDC224CD-8541-41fb-B457-B90BC60F9AE4")>]
type QueryNotificationCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class QueryNotificationCollection implements IList, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..QueryNotificationCollection

스레드로부터의 안전성

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