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