共用方式為


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 命名空間