Compartilhar via


Propriedade SqlScriptGeneratorConstructor.Options

Obtém ou define as opções de gerador de script SQL.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

SqlScriptGeneratorConstructor Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql