Partilhar via


Propriedade SqlScriptDomGeneratorConstructor.GenerateInlineConstraint

Obtém ou define um valor que indica se deve gerar in-line restrições quando CreateTable instruções são geradas.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Comentários

Por padrão, essa propriedade será true.

Segurança do .NET Framework

Consulte também

Referência

SqlScriptDomGeneratorConstructor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel