Método Add (PerspectiveAttribute)
Adds a PerspectiveAttribute to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The PerspectiveAttribute to add.
Valor de retorno
Tipo: System. . :: . .Int32
The zero-based index at which the PerspectiveAttribute has been added.
Consulte também