Compartilhar via


AnnotationCollection.Item[] Propriedade

Definição

Sobrecargas

Item[Int32]

Obtém o elemento Annotation no índice especificado.

Item[String]

Obtém o elemento Annotation com o nome especificado.

Item[Int32]

Obtém o elemento Annotation no índice especificado.

public Microsoft.AnalysisServices.Annotation this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.Annotation
Default Public ReadOnly Property Item(index As Integer) As Annotation

Parâmetros

index
Int32

O índice baseado em zero do elemento a ser obtido.

Valor da propriedade

O elemento Annotation no índice especificado.

Exceções

O índice especificado não é válido.

Aplica-se a

Item[String]

Obtém o elemento Annotation com o nome especificado.

public Microsoft.AnalysisServices.Annotation this[string name] { get; }
member this.Item(string) : Microsoft.AnalysisServices.Annotation
Default Public ReadOnly Property Item(name As String) As Annotation

Parâmetros

name
String

O nome do elemento a ser obtido.

Valor da propriedade

O elemento Annotation com o nome especificado.

Exceções

Um elemento com o nome especificado não existe na coleção.

Aplica-se a