Partager via


SqlScriptDomGeneratorConstructor.GenerateInlineConstraint, propriété

Obtient ou définit une valeur qui indique s'il faut générer des contraintes inline lors de la génération d'instructions CreateTable.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Property GenerateInlineConstraint As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Notes

Par défaut, cette propriété aura la valeur true.

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptDomGeneratorConstructor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms