Partager via


Propriété IsSystemNamed

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

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

Syntaxe

'Déclaration
Property IsSystemNamed As Boolean
    Get
    Set
'Utilisation
Dim instance As IMutableDefaultConstraint
Dim value As Boolean

value = instance.IsSystemNamed

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

Valeur de propriété

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

Implémente

IDefaultConstraint. . :: . .IsSystemNamed