Condividi tramite


Proprietà SqlScriptGeneratorConstructor.Options

Ottiene o imposta le opzioni del generatore script SQL.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptGeneratorConstructor Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql