SqlScriptGeneratorConstructor.Options 属性

获取或设置 SQL 脚本生成器选项。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorOptions

.NET Framework 安全性

请参见

参考

SqlScriptGeneratorConstructor 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间