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
- 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.