Свойство ConstraintDefinition.ConstraintIdentifier

Gets the name of the constraint.

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

Синтаксис

'Декларация
Public Property ConstraintIdentifier As Identifier 
    Get 
    Set
'Применение
Dim instance As ConstraintDefinition 
Dim value As Identifier 

value = instance.ConstraintIdentifier

instance.ConstraintIdentifier = value
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.SqlServer.TransactSql.ScriptDom.Identifier
The name of the constraint.

См. также

Справочник

ConstraintDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom