Aracılığıyla paylaş


ModelComponentCollection.Add Yöntemi (ModelComponent, Boolean)

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Protected Friend Overridable Function Add ( _
    item As ModelComponent, _
    updateDependents As Boolean _
) As Integer
'Kullanım
Dim item As ModelComponent
Dim updateDependents As Boolean
Dim returnValue As Integer

returnValue = Me.Add(item, updateDependents)
protected internal virtual int Add(
    ModelComponent item,
    bool updateDependents
)
protected public:
virtual int Add(
    ModelComponent^ item, 
    bool updateDependents
)
abstract Add : 
        item:ModelComponent * 
        updateDependents:bool -> int 
override Add : 
        item:ModelComponent * 
        updateDependents:bool -> int 
 function Add(
    item : ModelComponent, 
    updateDependents : boolean
) : int

Parametreler

Dönüş Değeri

Tür: System.Int32