ModelComponentCollection.RemoveAt メソッド (Int32)
指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub RemoveAt ( _
index As Integer _
)
'使用
Dim instance As ModelComponentCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
public function RemoveAt(
index : int
)
パラメーター
- index
型: System.Int32
削除する IModelComponent の、0 から始まるインデックスです。