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


Свойство IsSystemNamed

Gets a value that indicates whether the constraint is named by the system or by the user.

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

Синтаксис

'Декларация
ReadOnly Property IsSystemNamed As Boolean
    Get
'Применение
Dim instance As IConstraint
Dim value As Boolean

value = instance.IsSystemNamed
bool IsSystemNamed { get; }
property bool IsSystemNamed {
    bool get ();
}
abstract IsSystemNamed : bool
function get IsSystemNamed () : boolean

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

Тип: System. . :: . .Boolean
true if the constraint is named by the system; otherwise, false.