Перечисление SecondaryXmlIndexType
The SecondaryXmlIndexType enumeration contains values that are used to specify the secondary XML index type.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration SecondaryXmlIndexType
'Применение
Dim instance As SecondaryXmlIndexType
public enum SecondaryXmlIndexType
public enum class SecondaryXmlIndexType
type SecondaryXmlIndexType
public enum SecondaryXmlIndexType
Элементы
Имя элемента | Описание | |
---|---|---|
None | There is no secondary XML index. | |
Path | The secondary XML index is a path. | |
Value | The secondary XML index is a value. | |
Property | The secondary XML index is a property. |
Замечания
The SecondaryXmlIndexType enumeration class is served by the SecondaryXmlIndexType property.