แชร์ผ่าน


IMutableRelationalIndex.IsSystemNamed Property

Gets or sets 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
Property IsSystemNamed As Boolean
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
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)

Property Value

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

Implements

IRelationalIndex.IsSystemNamed