Metodo DataSourceViewCollection.IndexOf (DataSourceView)
Gets the index of a specified DataSourceView.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IndexOf ( _
item As DataSourceView _
) As Integer
'Utilizzo
Dim instance As DataSourceViewCollection
Dim item As DataSourceView
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
DataSourceView item
)
public:
int IndexOf(
DataSourceView^ item
)
member IndexOf :
item:DataSourceView -> int
public function IndexOf(
item : DataSourceView
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices.DataSourceView
The DataSourceView to be returned.
Valore restituito
Tipo: System.Int32
The zero-based index of the DataSourceView if the object is found; otherwise, -1.