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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.