Metodo PerspectiveAttributeCollection.Add (PerspectiveAttribute)
Adds a PerspectiveAttribute 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 PerspectiveAttribute _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute to add.
Valore restituito
Tipo: System.Int32
The zero-based index at which the PerspectiveAttribute has been added.