Compartilhar via


TableNotificationCollection.Item[Int32] Propriedade

Definição

Obtém ou define o elemento TableNotification no índice especificado.

public Microsoft.AnalysisServices.TableNotification this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.TableNotification with get, set
Default Public Property Item(index As Integer) As TableNotification

Parâmetros

index
Int32

O índice com base em zero do elemento a ser obtido ou definido.

Valor da propriedade

O elemento TableNotification no índice especificado.

Exceções

O índice especificado não é um valor válido (menor que zero ou maior que o número total de elementos).

O valor especificado é uma referência nula (Nothing no Visual Basic).

Aplica-se a