RoleMemberCollection.RemoveAt メソッド

指定されたインデックスにある項目を削除します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As RoleMemberCollection 
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) sealed
abstract RemoveAt : 
        index:int -> unit  
override RemoveAt : 
        index:int -> unit
public final function RemoveAt(
    index : int
)

パラメーター

  • index
    型: System.Int32
    削除する項目の、0 から始まるインデックスです。

実装

IList.RemoveAt(Int32)

関連項目

参照

RoleMemberCollection クラス

Microsoft.AnalysisServices 名前空間