Drops specified database.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DropDatabase ( _
    databaseName As String _
)
public void DropDatabase(
    string databaseName
)
public:
void DropDatabase(
    String^ databaseName
)
member DropDatabase : 
        databaseName:string -> unit
public function DropDatabase(
    databaseName : String
)
Parameters
- databaseName 
 Type: System.String- The name of database to drop. 
Remarks
On Sql Azure this method can only be called if component is connected to the master database.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.