UrnCollection.RemoveAt 方法

Removes a URN from a collection based on the index of the 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 命名空间