DependencyCollection.RemoveAt メソッド

DependencyCollection オブジェクト内の指定したインデックス位置から、DependencyCollectionNode オブジェクトを削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As DependencyCollection 
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
)

パラメーター

実装

IList<T>.RemoveAt(Int32)

使用例

スクリプト

関連項目

参照

DependencyCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間