Metoda CubeCollection.Add (Cube)
Dodaje Cube do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add ( _
item As Cube _
) As Integer
'Użycie
Dim instance As CubeCollection
Dim item As Cube
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Cube item
)
public:
int Add(
Cube^ item
)
member Add :
item:Cube -> int
public function Add(
item : Cube
) : int
Parametry
- item
Typ: Microsoft.AnalysisServices.Cube
Cube Do dodania.
Wartość zwracana
Typ: System.Int32
Indeks od zera, jaką Cube została dodana.
Zobacz także