Поделиться через


SqlScriptDomGeneratorConstructor.GenerateInlineConstraint - свойство

Получает или задает значение, указывающее, следует ли создавать встроенные ограничения при создании инструкций CreateTable.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Заметки

По умолчанию это свойство будет иметь значение true.

Безопасность платформы .NET Framework

См. также

Ссылки

SqlScriptDomGeneratorConstructor Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен