Compartir a través de


SqlScriptDomGeneratorConstructor.GenerateInlineConstraint (Propiedad)

Obtiene o establece un valor que indica si se van a generar restricciones alineadas al generar instrucciones CreateTable.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Comentarios

De forma predeterminada, esta propiedad será true.

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptDomGeneratorConstructor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)