FileGroup.MarkForDrop Method
SQL Server 2012
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- dropOnAlter
- Type: System.Boolean
A Boolean value that specifies whether the file group is dropped when an Alter method is run on the parent Database object.If True, the file group is dropped when the database is altered.If False, the file group is not marked for drop.
