Partager via


Propriété CreateXmlIndexStatement.SecondaryXmlIndexType

Gets or sets the secondary XML index type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.

Voir aussi

Référence

CreateXmlIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom