共用方式為


RemoveAt 方法

Removes a DependencyCollectionNode object from the DependencyCollection object and the specified index position.

命名空間:  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< (Of < ( <'T> ) > ) >. . :: . .RemoveAt(Int32)

範例

指令碼