Метод PerspectiveAttributeCollection.Add (PerspectiveAttribute)
Adds a PerspectiveAttribute to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As PerspectiveAttribute _
) As Integer
'Применение
Dim instance As PerspectiveAttributeCollection
Dim item As PerspectiveAttribute
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveAttribute item
)
public:
int Add(
PerspectiveAttribute^ item
)
member Add :
item:PerspectiveAttribute -> int
public function Add(
item : PerspectiveAttribute
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute to add.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the PerspectiveAttribute has been added.