United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Servers and Enterprise Development
SQL Server
SQL Server 2008
Product Documentation
SQL Server 2008 Books Online
Database Engine
Technical Reference
Microsoft.SqlServer.Management.Smo Namespace
FileGroup Class
FileGroup Methods
Alter Method
CheckFileGroup Method
CheckFileGroupDataOnly Method
CheckObjectState Method
Create Method
Drop Method
EnumObjects Method
GetBoolParameter Method
GetParameter Method
GetStringParameter Method
GetUrnRecursive Method
Initialize Method
MarkForDrop Method
Rename Method
ScriptImpl Method
This topic has not yet been rated
-
Rate this topic
FileGroup
.
Drop Method
SQL Server 2008
Other Versions
SQL Server 2008 R2
SQL Server 2005
SQL Server 2012
Drops the file group from the database.
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly:
Microsoft.SqlServer.Smo
(in Microsoft.SqlServer.Smo.dll)
Syntax
C#
C++
F#
JScript
VB
Copy
public
void
Drop()
Implements
IDroppable
.
Drop
()
Examples
Working with Database Objects
See Also
Reference
FileGroup Class
FileGroup Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Using Files and Filegroups
ALTER TABLE (Transact-SQL)
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD