Metoda NamedComponentCollection.Add (ModelComponent)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Ten element członkowski zastępuje element ModelComponentCollection.Add(ModelComponent).
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Protected Friend Overrides Function Add ( _
item As ModelComponent _
) As Integer
'Użycie
Dim item As ModelComponent
Dim returnValue As Integer
returnValue = Me.Add(item)
protected internal override int Add(
ModelComponent item
)
protected public:
virtual int Add(
ModelComponent^ item
) override
abstract Add :
item:ModelComponent -> int
override Add :
item:ModelComponent -> int
override function Add(
item : ModelComponent
) : int
Parametry
Wartość zwracana
Typ: System.Int32
Zobacz także