Metodo AnnotationCollection.Add (Annotation)
Adds an Annotation to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As Annotation _
) As Integer
'Utilizzo
Dim instance As AnnotationCollection
Dim item As Annotation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Annotation item
)
public:
int Add(
Annotation^ item
)
member Add :
item:Annotation -> int
public function Add(
item : Annotation
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices.Annotation
The Annotation to be added.
Valore restituito
Tipo: System.Int32
The zero-based index at which the Annotation has been added.