SqlScriptDomGeneratorConstructor.GenerateInlineConstraint 属性

获取或设置一个值,该值指示在生成 CreateTable 语句时是否生成内联约束。

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

语法

声明
Public Property GenerateInlineConstraint As Boolean
    Get
    Set
public bool GenerateInlineConstraint { get; set; }
public:
property bool GenerateInlineConstraint {
    bool get ();
    void set (bool value);
}
member GenerateInlineConstraint : bool with get, set
function get GenerateInlineConstraint () : boolean
function set GenerateInlineConstraint (value : boolean)

属性值

类型:System.Boolean

备注

默认情况下,此属性将为 true。

.NET Framework 安全性

请参见

参考

SqlScriptDomGeneratorConstructor 类

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