次の方法で共有


UrnCollection.RemoveAt メソッド

URN のインデックスに基づいてコレクションから URN を削除します。

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

構文

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

使用例

コレクションの使用

関連項目

参照

UrnCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間