Share via


IRelationalIndex.IsSystemNamed Property

Gets a value that indicates whether the index was named automatically by the system.

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

Syntax

'Declaration
ReadOnly Property IsSystemNamed As Boolean 
    Get
'Usage
Dim instance As IRelationalIndex 
Dim value As Boolean 

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

Property Value

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

See Also

Reference

IRelationalIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace