Método AnnotationCollection.Insert (Int32, Annotation)

Inserts an Annotation into the collection at the specified index.

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

Sintaxe

VB
'Declaração
Public Sub Insert ( _
    index As Integer, _
    item As Annotation _
)
'Uso
Dim instance As AnnotationCollection 
Dim index As Integer 
Dim item As Annotation

instance.Insert(index, item)

Parâmetros

Exceções

Exceção Condição
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

Consulte também

Referência

AnnotationCollection Classe

Sobrecarregado Insert

Namespace Microsoft.AnalysisServices