SPDatabaseAction.DropStatistics method
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub DropStatistics ( _
tableName As String, _
statisticsName As String _
)
'Usage
Dim tableName As String
Dim statisticsName As String
Me.DropStatistics(tableName, statisticsName)
protected void DropStatistics(
string tableName,
string statisticsName
)
Parameters
- tableName
Type: System.String
- statisticsName
Type: System.String