Compartir a través de


SqlScriptGeneratorConstructor.Options (Propiedad)

Obtiene o establece las opciones de generador de scripts de SQL.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptGeneratorConstructor Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)