Database.Create Method
Creates a database on the instance of Microsoft SQL Server as defined by the Database object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
Name | Description |
---|---|
Database.Create () |
Creates a database on the instance of Microsoft SQL Server as defined by the Database object.
|
Database.Create (Boolean) |
Creates a database on the instance of Microsoft SQL Server as defined by the Database object.
|
See Also
Reference
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)