Метод Add (Annotation)
Adds an Annotation to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As Annotation _
) As Integer
'Применение
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
Параметры
- item
Тип Microsoft.AnalysisServices. . :: . .Annotation
The Annotation to be added.
Возвращаемое значение
Тип System. . :: . .Int32
The zero-based index at which the Annotation has been added.