Share via


SqlScriptDomGeneratorConstructor.GenerateInlineConstraint Property

Gets or sets a value that indicates whether to generate inline constraints when CreateTable statements are generated.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property GenerateInlineConstraint As Boolean
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)

Property Value

Type: System.Boolean

Remarks

By default, this property will be true.

.NET Framework Security

See Also

Reference

SqlScriptDomGeneratorConstructor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace