SPContentDatabaseExtensionUpgradeAction.RunCommand method
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub RunCommand ( _
sqlCommandText As String _
)
'Usage
Dim sqlCommandText As String
Me.RunCommand(sqlCommandText)
protected void RunCommand(
string sqlCommandText
)
Parameters
- sqlCommandText
Type: System.String
See also
Reference
SPContentDatabaseExtensionUpgradeAction class