Specifies the secondary xml index types.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration SecondaryXmlIndexType
用法
Dim instance As SecondaryXmlIndexType
[SerializableAttribute]
public enum SecondaryXmlIndexType
[SerializableAttribute]
public enum class SecondaryXmlIndexType
[<SerializableAttribute>]
type SecondaryXmlIndexType
public enum SecondaryXmlIndexType
成员
| 成员名称 | 说明 | |
|---|---|---|
| NotSpecified | The type is NotSpecified. | |
| Path | The type is Path. | |
| Property | The type is Property. | |
| Value | The type is Value. |