Właściwość IsXmlIndex
Pobiera lub ustawia Boolean wartości właściwość, która określa, czy indeks indeks XML.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsXmlIndex As Boolean
Get
'Użycie
Dim instance As Index
Dim value As Boolean
value = instance.IsXmlIndex
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsXmlIndex { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsXmlIndex {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsXmlIndex : bool
function get IsXmlIndex () : boolean
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy indeks indeks XML.
Jeśli True, indeks jest indeksem XML. W przeciwnym razie False (domyślnie).
Uwagi
Ostrzeżenie
Dla indeksów na podstawie UserDefinedTableType obiektu wartości IsXmlIndex właściwość jest zawsze false.
Zobacz także