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