Aracılığıyla paylaş


BackupLocationCollection.IList.IndexOf Yöntemi

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

Sözdizimi

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

returnValue = CType(instance, IList).IndexOf(value)
int IList.IndexOf(
    Object value
)
private:
virtual int IndexOf(
    Object^ value
) sealed = IList::IndexOf
private abstract IndexOf : 
        value:Object -> int 
private override IndexOf : 
        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.IndexOf(Object)