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