Aracılığıyla paylaş


BackupLocationCollection.IList.Add Yöntemi

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

Sözdizimi

'Bildirim
Private Function Add ( _
    value As Object _
) As Integer Implements IList.Add
'Kullanım
Dim instance As BackupLocationCollection
Dim value As Object
Dim returnValue As Integer

returnValue = CType(instance, IList).Add(value)
int IList.Add(
    Object value
)
private:
virtual int Add(
    Object^ value
) sealed = IList::Add
private abstract Add : 
        value:Object -> int 
private override Add : 
        value:Object -> int 
JScript, açık arabirim uygulamalarının kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.

Parametreler

Dönüş Değeri

Tür: System.Int32

Uygulamalar

IList.Add(Object)