DataSourceViewCollection.IndexOf メソッド (DataSourceView)
指定した DataSourceView のインデックスを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function IndexOf ( _
item As DataSourceView _
) As Integer
'使用
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
パラメーター
- item
型: Microsoft.AnalysisServices.DataSourceView
取得する DataSourceView です。
戻り値
型: System.Int32
オブジェクトが見つかった場合は DataSourceView の 0 から始まるインデックス、見つからない場合は -1 です。