Udostępnij za pośrednictwem


Właściwość Index.IsSystemNamed

Pobiera Boolean wartości właściwość, który określa, czy indeks został nazwany automatycznie przez system.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsSystemNamed As Boolean
    Get
'Użycie
Dim instance As Index
Dim value As Boolean

value = instance.IsSystemNamed
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsSystemNamed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsSystemNamed {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsSystemNamed : bool
function get IsSystemNamed () : boolean

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy indeks został nazwany automatycznie lub nie.
Jeśli True, Indeks został nazwany przez system automatycznie.
Jeśli False (domyślnie), indeksu został nazwany jawnie.