Freigeben über


IndexCollection.Remove-Methode (Index)

Removes an Index object from the IndexCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Remove ( _
    index As Index _
)
'Usage
Dim instance As IndexCollection 
Dim index As Index

instance.Remove(index)
public void Remove(
    Index index
)
public:
void Remove(
    Index^ index
)
member Remove : 
        index:Index -> unit
public function Remove(
    index : Index
)

Parameter

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

IndexCollection Klasse

Remove-Überladung

Microsoft.SqlServer.Management.Smo-Namespace