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
- tableName
Type: System.String
- indexName
Type: System.String