Partager via


Propriété IsSystemNamed

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsSystemNamed As Boolean
    Get
'Utilisation
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

Valeur de propriété

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