SqlScriptGeneratorConstructor.Options Property

Gets or sets SQL script generator options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property Options As SqlScriptGeneratorOptions
public SqlScriptGeneratorOptions Options { get; set; }
public:
property SqlScriptGeneratorOptions^ Options {
    SqlScriptGeneratorOptions^ get ();
    void set (SqlScriptGeneratorOptions^ value);
}
member Options : SqlScriptGeneratorOptions with get, set
function get Options () : SqlScriptGeneratorOptions
function set Options (value : SqlScriptGeneratorOptions)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorOptions

.NET Framework Security

See Also

Reference

SqlScriptGeneratorConstructor Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace