Freigeben über


SqlScriptGenerator.Options-Eigenschaft

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

Syntax

'Declaration
Public ReadOnly Property Options As SqlScriptGeneratorOptions
    Get
public SqlScriptGeneratorOptions Options { get; }
public:
property SqlScriptGeneratorOptions^ Options {
    SqlScriptGeneratorOptions^ get ();
}
member Options : SqlScriptGeneratorOptions
function get Options () : SqlScriptGeneratorOptions

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptGenerator Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace