DatabaseCollection.IndexOf Yöntemi (Database)
Belirtilen dizin alır Database.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function IndexOf ( _
item As Database _
) As Integer
'Kullanım
Dim instance As DatabaseCollection
Dim item As Database
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Database item
)
public:
int IndexOf(
Database^ item
)
member IndexOf :
item:Database -> int
public function IndexOf(
item : Database
) : int
Parametreler
- item
Tür: Microsoft.AnalysisServices.Database
Database Dönecek.
Dönüş Değeri
Tür: System.Int32
Sıfır tabanlı dizini Database , nesne bulunabilir; Aksi takdirde, -1.
Ayrıca bkz.