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