Add Método (PerspectiveKpi)
Adds a PerspectiveKpi 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 PerspectiveKpi _
) As Integer
'Uso
Dim instance As PerspectiveKpiCollection
Dim item As PerspectiveKpi
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveKpi item
)
public:
int Add(
PerspectiveKpi^ item
)
member Add :
item:PerspectiveKpi -> int
public function Add(
item : PerspectiveKpi
) : int
Parámetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveKpi
The PerspectiveKpi to add.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index at which the PerspectiveKpi has been added.