This topic has not yet been rated - Rate this topic

FileGroup.MarkForDrop Method

Marks the file group to be dropped next time its parent Database object is altered by the Alter method.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void MarkForDrop(
	bool dropOnAlter
)

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.

Implements

IMarkForDrop.MarkForDrop(Boolean)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.