Compartir a través de


Add Método (PerspectiveAttribute)

Adds a PerspectiveAttribute to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    item As PerspectiveAttribute _
) As Integer
'Uso
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

Valor devuelto

Tipo: System. . :: . .Int32
The zero-based index at which the PerspectiveAttribute has been added.