次の方法で共有


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 から始まるインデックスです。

関連項目

参照

ModelComponentCollection クラス

RemoveAt オーバーロード

Microsoft.AnalysisServices 名前空間