IncrementalProcessingNotificationCollection.IList.Item-Eigenschaft

Gets or sets the element at the specified index.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
Object IList.this[
    int index
] { get; set; }

Parameter

  • index
    Typ: System.Int32
    The zero-based index of the element to get or set.

Eigenschaftswert

Typ: System.Object
The element at the specified index.

Implementiert

IList.Item[Int32]

Siehe auch

Verweis

IncrementalProcessingNotificationCollection Klasse

Microsoft.AnalysisServices-Namespace