Share via


SPDatabaseAction.DropIndex method

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub DropIndex ( _
    tableName As String, _
    indexName As String _
)
'Usage
Dim tableName As String
Dim indexName As String

Me.DropIndex(tableName, indexName)
protected void DropIndex(
    string tableName,
    string indexName
)

Parameters

See also

Reference

SPDatabaseAction class

SPDatabaseAction members

Microsoft.SharePoint.Upgrade namespace