Share via


TableNotificationCollection 클래스

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

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

구문

‘선언
<GuidAttribute("988B26EF-AB1F-4d5b-94E0-19FF93E44A76")> _
Public NotInheritable Class TableNotificationCollection _
    Implements IList, ICollection, IEnumerable
‘사용 방법
Dim instance As TableNotificationCollection
[GuidAttribute("988B26EF-AB1F-4d5b-94E0-19FF93E44A76")]
public sealed class TableNotificationCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"988B26EF-AB1F-4d5b-94E0-19FF93E44A76")]
public ref class TableNotificationCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("988B26EF-AB1F-4d5b-94E0-19FF93E44A76")>]
type TableNotificationCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class TableNotificationCollection implements IList, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..TableNotificationCollection

스레드로부터의 안전성

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