Schema.Script Method
Generates a Transact-SQL script that can be used to re-create the schema.
Overload List
| Name | Description |
|---|---|
| Schema.Script () |
Generates a Transact-SQL script that can be used to re-create the schema.
|
| Schema.Script (ScriptingOptions) |
Generates a Transact-SQL script that can be used to re-create the schema as specified by the script options.
|
See Also