Méthode Add (Annotation)
Adds an Annotation to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
item As Annotation _
) As Integer
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Annotation
The Annotation to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the Annotation has been added.
Voir aussi