ScriptingOptions Methods
The ScriptingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(ScriptOption) | Adds a ScriptOption object to the ScriptingOptions object. |
|
Add(ScriptingOptions, ScriptOption) | Adds the specified ScriptOption and ScriptingOptions objects to the ScriptingOptions. |
|
ConvertVersion | Converts the server version to a SqlServerVersion value. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | Removes a ScriptOption object from the ScriptingOptions object. |
|
SetTargetDatabaseEngineType | Sets the database engine type as specified in a Microsoft.SqlServer.Managment.Common.DatabaseEngineType object. |
|
SetTargetServerVersion | Sets the version of the instance of SQL Server on which the scripting operation is run. |
|
Subtract | Subtracts the specified ScriptOption value from the specified ScriptingOptions object. |
|
ToString | Returns a string that represents the ScriptingOptions object. (Overrides Object.ToString().) |