Freigeben über


SqlScriptGeneratorConstructor.Options-Eigenschaft

Ruft SQL-Skript-Generator-Optionen ab bzw. legt sie fest.

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

Syntax

'Declaration
Public Property Options As SqlScriptGeneratorOptions
    Get
    Set
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptGeneratorConstructor Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace