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


Constraint.ConstraintIdentifier - свойство

Получает или задает имя ограничения.

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

Синтаксис

'Декларация
Public Property ConstraintIdentifier As Identifier
    Get
    Set
public Identifier ConstraintIdentifier { get; set; }
public:
property Identifier^ ConstraintIdentifier {
    Identifier^ get ();
    void set (Identifier^ value);
}
member ConstraintIdentifier : Identifier with get, set
function get ConstraintIdentifier () : Identifier
function set ConstraintIdentifier (value : Identifier)

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

Тип: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

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

См. также

Ссылки

Constraint Класс

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