SqlScriptDomGenerator.GenerateInlineConstraint Property

Gets whether to generate inline constraints.

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

Syntax

'Declaration
Protected Property GenerateInlineConstraint As Boolean
    Get
    Private Set
'Usage
Dim value As Boolean

value = Me.GenerateInlineConstraint
protected bool GenerateInlineConstraint { get; private set; }
protected:
property bool GenerateInlineConstraint {
    bool get ();
    private: void set (bool value);
}
function get GenerateInlineConstraint () : boolean
private function set GenerateInlineConstraint (value : boolean)
member GenerateInlineConstraint : bool with get, private set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlScriptDomGenerator Class

SqlScriptDomGenerator Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace