命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub DropIndex ( _
tableName As String, _
indexName As String _
)
用法
Dim tableName As String
Dim indexName As String
Me.DropIndex(tableName, indexName)
protected void DropIndex(
string tableName,
string indexName
)
参数
- tableName
类型:System.String
- indexName
类型:System.String