CreateXmlIndexStatement.SecondaryXmlIndexType 属性

获取或设置二级 XML 索引的类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
    Get
    Set
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
    SecondaryXmlIndexType get ();
    void set (SecondaryXmlIndexType value);
}
member SecondaryXmlIndexType : SecondaryXmlIndexType with get, set
function get SecondaryXmlIndexType () : SecondaryXmlIndexType
function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
返回一个 SecondaryXmlIndexType 枚举值。

.NET Framework 安全性

请参见

参考

CreateXmlIndexStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间