Metoda PerspectiveKpiCollection.Add (String)
Tworzy i dodaje PerspectiveKpi, z określonego identyfikatora, do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
id As String _
) As PerspectiveKpi
'Użycie
Dim instance As PerspectiveKpiCollection
Dim id As String
Dim returnValue As PerspectiveKpi
returnValue = instance.Add(id)
public PerspectiveKpi Add(
string id
)
public:
PerspectiveKpi^ Add(
String^ id
)
member Add :
id:string -> PerspectiveKpi
public function Add(
id : String
) : PerspectiveKpi
Parametry
- id
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveKpi
Indeks od zera, jaką PerspectiveKpi została dodana.
Zobacz także