Share via


SPDatabaseAction.DropDefaultConstraint method

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub DropDefaultConstraint ( _
    tableName As String, _
    columnName As String _
)
'Usage
Dim tableName As String
Dim columnName As String

Me.DropDefaultConstraint(tableName, _
    columnName)
protected void DropDefaultConstraint(
    string tableName,
    string columnName
)

Parameters

See also

Reference

SPDatabaseAction class

SPDatabaseAction members

Microsoft.SharePoint.Upgrade namespace