共用方式為


CreateXmlIndexStatement.SecondaryXmlIndexType 屬性

Gets or sets the secondary XML index type.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType 
    Get 
    Set
'用途
Dim instance As CreateXmlIndexStatement 
Dim value As SecondaryXmlIndexType 

value = instance.SecondaryXmlIndexType

instance.SecondaryXmlIndexType = value
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.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.

請參閱

參考

CreateXmlIndexStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間