ParameterBase.MarkForDrop Method
SQL Server 2008 R2
Marks the foreign key to be dropped next time its parent object is altered by the Alter method.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- dropOnAlter
- Type: System.Boolean
A Boolean value that specifies whether the parameter object is dropped when an Alter method is run on the parent object.
If True, the parameter is dropped when the parent object is altered.
If False, the parameter is not marked for drop.
