Partilhar via


Propriedade do RDL IsSystemNamed

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsSystemNamed As Boolean
    Get
'Uso
Dim instance As IDefaultConstraint
Dim value As Boolean

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

Valor da propriedade

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