IConstraint.IsSystemNamed Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

bool IsSystemNamed { get; }
property bool IsSystemNamed {
    bool get();
}
abstract IsSystemNamed : bool with get
ReadOnly Property IsSystemNamed As Boolean

Property Value

Type: System.Boolean

true if the constraint is named by the system; otherwise, false.

See Also

IConstraint Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top