SPDatabaseAction.DropIndex-Methode
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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
)
- tableName
Typ: System.String
- indexName
Typ: System.String