セカンダリ XML インデックスの種類を指定します。
名前空間: 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 | 種類は NotSpecified です。 | |
| Path | 種類は Path です。 | |
| Property | 種類は Property です。 | |
| Value | 種類は Value です。 |