Database.Script Method
Generates a Transact-SQL script that can be used to re-create the database.
Notas
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Lista de sobrecargas
Nombre | Description |
---|---|
Database.Script () |
Generates a Transact-SQL script that can be used to re-create the database.
|
Database.Script (ScriptingOptions) |
Generates a Transact-SQL script that can be used to re-create the database as specified by the script options.
|
Vea también
Referencia
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Scripting
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)