Share via


SqlScriptDomGenerator.GenerateInlineConstraint Property

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

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

Syntax

'Declaration
Protected Property GenerateInlineConstraint As Boolean
protected bool GenerateInlineConstraint { get; private set; }
protected:
property bool GenerateInlineConstraint {
    bool get ();
    private: void set (bool value);
}
member GenerateInlineConstraint : bool with get, private set
function get GenerateInlineConstraint () : boolean
private function set GenerateInlineConstraint (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace