共用方式為


IsSystemNamed 屬性

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

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
ReadOnly Property IsSystemNamed As Boolean
    Get
'用途
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

屬性值

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