Sdílet prostřednictvím


SqlScriptGeneratorConstructor.Options – vlastnost

Získá nebo nastaví možnosti generátor skript SQL.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlScriptGeneratorConstructor Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů